Skip to content

Commit 5524e6e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/pylint-dev/pylint: v3.3.9 → v4.0.4](pylint-dev/pylint@v3.3.9...v4.0.4) - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/keewis/blackdoc: v0.4.3 → v0.4.6](keewis/blackdoc@v0.4.3...v0.4.6) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.36.0](python-jsonschema/check-jsonschema@0.34.0...0.36.0)
1 parent 57d624e commit 5524e6e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.20.0
6+
rev: v3.21.2
77
hooks:
88
- id: pyupgrade
99
args: [ '--py310-plus' ]
@@ -50,17 +50,17 @@ repos:
5050
- id: rst-inline-touching-normal
5151
- id: text-unicode-replacement-char
5252
- repo: https://github.com/psf/black-pre-commit-mirror
53-
rev: 25.9.0
53+
rev: 25.12.0
5454
hooks:
5555
- id: black
5656
args: [ '--target-version=py310' ]
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.13.3
58+
rev: v0.14.10
5959
hooks:
6060
- id: ruff
6161
args: [ '--fix', '--show-fixes' ]
6262
- repo: https://github.com/pylint-dev/pylint
63-
rev: v3.3.9
63+
rev: v4.0.4
6464
hooks:
6565
- id: pylint
6666
args: [ '--rcfile=.pylintrc.toml', '--errors-only', '--jobs=0', '--disable=import-error' ]
@@ -75,7 +75,7 @@ repos:
7575
hooks:
7676
- id: vulture
7777
- repo: https://github.com/PyCQA/isort
78-
rev: 6.1.0
78+
rev: 7.0.0
7979
hooks:
8080
- id: isort
8181
- repo: https://github.com/nbQA-dev/nbQA
@@ -91,19 +91,19 @@ repos:
9191
args: [ '--settings-file=pyproject.toml' ]
9292
additional_dependencies: [ 'isort==6.0.1' ]
9393
- repo: https://github.com/kynan/nbstripout
94-
rev: 0.8.1
94+
rev: 0.8.2
9595
hooks:
9696
- id: nbstripout
9797
files: ".ipynb"
9898
args: [ '--keep-output', '--keep-count' ]
9999
- repo: https://github.com/keewis/blackdoc
100-
rev: v0.4.3
100+
rev: v0.4.6
101101
hooks:
102102
- id: blackdoc
103103
additional_dependencies: [ 'black==25.9.0' ]
104104
- id: blackdoc-autoupdate-black
105105
- repo: https://github.com/python-jsonschema/check-jsonschema
106-
rev: 0.34.0
106+
rev: 0.36.0
107107
hooks:
108108
- id: check-github-workflows
109109
- id: check-readthedocs

0 commit comments

Comments
 (0)