Skip to content

Commit 49a34e7

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#506)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.3](pappasam/toml-sort@v0.24.2...v0.24.3) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.7...v0.13.3) - [github.com/pylint-dev/pylint: v3.3.7 → v3.3.9](pylint-dev/pylint@v3.3.7...v3.3.9) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/keewis/blackdoc: v0.4.1 → v0.4.3](keewis/blackdoc@v0.4.1...v0.4.3) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.34.0](python-jsonschema/check-jsonschema@0.33.2...0.34.0) <!--pre-commit.ci end-->
2 parents 7316f59 + 167fc1c commit 49a34e7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: pyupgrade
99
args: [ '--py310-plus' ]
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-merge-conflict
1414
- id: check-json
@@ -30,7 +30,7 @@ repos:
3030
exclude: ".geojson|.ipynb"
3131
- id: trailing-whitespace
3232
- repo: https://github.com/pappasam/toml-sort
33-
rev: v0.24.2
33+
rev: v0.24.3
3434
hooks:
3535
- id: toml-sort-fix
3636
- repo: https://github.com/adrienverge/yamllint.git
@@ -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.1.0
53+
rev: 25.9.0
5454
hooks:
5555
- id: black
5656
args: [ '--target-version=py310' ]
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.12.7
58+
rev: v0.13.3
5959
hooks:
6060
- id: ruff
6161
args: [ '--fix', '--show-fixes' ]
6262
- repo: https://github.com/pylint-dev/pylint
63-
rev: v3.3.7
63+
rev: v3.3.9
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.0.1
78+
rev: 6.1.0
7979
hooks:
8080
- id: isort
8181
- repo: https://github.com/nbQA-dev/nbQA
@@ -97,13 +97,13 @@ repos:
9797
files: ".ipynb"
9898
args: [ '--keep-output', '--keep-count' ]
9999
- repo: https://github.com/keewis/blackdoc
100-
rev: v0.4.1
100+
rev: v0.4.3
101101
hooks:
102102
- id: blackdoc
103-
additional_dependencies: [ 'black==25.1.0' ]
103+
additional_dependencies: [ 'black==25.9.0' ]
104104
- id: blackdoc-autoupdate-black
105105
- repo: https://github.com/python-jsonschema/check-jsonschema
106-
rev: 0.33.2
106+
rev: 0.34.0
107107
hooks:
108108
- id: check-github-workflows
109109
- id: check-readthedocs

0 commit comments

Comments
 (0)