Skip to content

Commit a35633f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/jsh9/pydoclint: 0.5.6 → 0.6.7](jsh9/pydoclint@0.5.6...0.6.7) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.33.2](python-jsonschema/check-jsonschema@0.29.1...0.33.2) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.22](hukkin/mdformat@0.7.17...0.7.22)
1 parent 3ec8bf6 commit a35633f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-ast
@@ -16,19 +16,19 @@ repos:
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/jsh9/pydoclint
19-
rev: 0.5.6
19+
rev: 0.6.7
2020
hooks:
2121
- id: pydoclint
2222
- repo: https://github.com/psf/black
23-
rev: 24.8.0
23+
rev: 25.1.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/pycqa/isort
27-
rev: 5.13.2
27+
rev: 6.0.1
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: "7.1.1"
31+
rev: "7.3.0"
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/PyCQA/autoflake
@@ -37,12 +37,12 @@ repos:
3737
- id: autoflake
3838
args: [--remove-all-unused-imports, --in-place]
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.29.1
40+
rev: 0.33.2
4141
hooks:
4242
- id: check-github-workflows
4343
- id: check-readthedocs
4444
- repo: https://github.com/executablebooks/mdformat
45-
rev: 0.7.17
45+
rev: 0.7.22
4646
hooks:
4747
- id: mdformat
4848
additional_dependencies:

0 commit comments

Comments
 (0)