Skip to content

Commit 4e6905e

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#500)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/keewis/blackdoc: v0.3.9 → v0.4.1](keewis/blackdoc@v0.3.9...v0.4.1) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2) <!--pre-commit.ci end-->
2 parents c0c19ca + 81aa3fd commit 4e6905e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
- id: black
4343
args: [ '--target-version=py310' ]
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.11.12
45+
rev: v0.12.2
4646
hooks:
4747
- id: ruff
4848
args: [ '--fix', '--show-fixes' ]
@@ -52,7 +52,7 @@ repos:
5252
- id: pylint
5353
args: [ '--rcfile=.pylintrc.toml', '--errors-only', '--jobs=0', '--disable=import-error' ]
5454
- repo: https://github.com/pycqa/flake8
55-
rev: 7.2.0
55+
rev: 7.3.0
5656
hooks:
5757
- id: flake8
5858
additional_dependencies: [ 'flake8-rst-docstrings==0.3.0' ]
@@ -84,13 +84,13 @@ repos:
8484
files: ".ipynb"
8585
args: [ '--keep-output', '--keep-count' ]
8686
- repo: https://github.com/keewis/blackdoc
87-
rev: v0.3.9
87+
rev: v0.4.1
8888
hooks:
8989
- id: blackdoc
9090
additional_dependencies: [ 'black==25.1.0' ]
9191
- id: blackdoc-autoupdate-black
9292
- repo: https://github.com/python-jsonschema/check-jsonschema
93-
rev: 0.33.0
93+
rev: 0.33.2
9494
hooks:
9595
- id: check-github-workflows
9696
- id: check-readthedocs

0 commit comments

Comments
 (0)