Skip to content

Commit 0672ed4

Browse files
[pre-commit.ci] pre-commit autoupdate (#302)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 4047502 commit 0672ed4

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.14.10
3+
rev: v0.15.9
44
hooks:
55
- id: ruff-check
66
args: [--exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 25.12.0
9+
rev: 26.3.1
1010
hooks:
1111
- id: black
1212

@@ -22,28 +22,28 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.36.0
25+
rev: 0.37.1
2626
hooks:
2727
- id: check-dependabot
2828
- id: check-github-workflows
2929

3030
- repo: https://github.com/rhysd/actionlint
31-
rev: v1.7.10
31+
rev: v1.7.12
3232
hooks:
3333
- id: actionlint
3434

35-
- repo: https://github.com/woodruffw/zizmor-pre-commit
36-
rev: v1.19.0
35+
- repo: https://github.com/zizmorcore/zizmor-pre-commit
36+
rev: v1.23.1
3737
hooks:
3838
- id: zizmor
3939

4040
- repo: https://github.com/tox-dev/pyproject-fmt
41-
rev: v2.11.1
41+
rev: v2.21.0
4242
hooks:
4343
- id: pyproject-fmt
4444

4545
- repo: https://github.com/abravalheri/validate-pyproject
46-
rev: v0.24.1
46+
rev: v0.25
4747
hooks:
4848
- id: validate-pyproject
4949

pyproject.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,21 @@ classifiers = [
2727
"Topic :: Software Development :: Documentation",
2828
]
2929
dynamic = [ "version" ]
30-
3130
dependencies = [
3231
"sphinx>=7.3",
3332
]
34-
33+
urls."Issue tracker" = "https://github.com/python/python-docs-theme/issues"
3534
urls.Code = "https://github.com/python/python-docs-theme"
3635
urls.Download = "https://pypi.org/project/python-docs-theme/"
3736
urls.Homepage = "https://github.com/python/python-docs-theme/"
38-
urls."Issue tracker" = "https://github.com/python/python-docs-theme/issues"
3937
entry-points."sphinx.html_themes".python_docs_theme = "python_docs_theme"
4038

41-
[tool.flit.module]
42-
name = "python_docs_theme"
43-
44-
[tool.flit.sdist]
45-
include = [ "python_docs_theme/" ]
39+
[tool.flit]
40+
module.name = "python_docs_theme"
41+
sdist.include = [ "python_docs_theme/" ]
4642

4743
[tool.ruff]
4844
fix = true
49-
5045
lint.select = [
5146
"C4", # flake8-comprehensions
5247
"E", # pycodestyle errors

0 commit comments

Comments
 (0)