Skip to content

Commit 53e7e4d

Browse files
Auto-update pre-commit hooks
1 parent f8438aa commit 53e7e4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
repos:
1818
# Standard hooks
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v5.0.0
20+
rev: v6.0.0
2121
hooks:
2222
- id: check-added-large-files
2323
args: ['--maxkb=1500']
@@ -42,20 +42,20 @@ repos:
4242
4343
# Python hooks
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.19.0
45+
rev: v3.21.1
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py36-plus]
4949

5050
- repo: https://github.com/psf/black
51-
rev: 24.10.0
51+
rev: 25.9.0
5252
hooks:
5353
- id: black
5454
args: ["--line-length=100"]
5555

5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: 7.1.1
58+
rev: 7.3.0
5959
hooks:
6060
- id: flake8
6161
args: ["--ignore=E501"]
@@ -92,7 +92,7 @@ repos:
9292

9393
# Docs - RestructuredText hooks
9494
- repo: https://github.com/PyCQA/doc8
95-
rev: v1.1.2
95+
rev: v2.0.0
9696
hooks:
9797
- id: doc8
9898
args: ['--max-line-length=100', '--ignore=D001']
@@ -107,7 +107,7 @@ repos:
107107
# Spellcheck in comments and docs
108108
# skipping of *.svg files is not working...
109109
- repo: https://github.com/codespell-project/codespell
110-
rev: v2.3.0
110+
rev: v2.4.1
111111
hooks:
112112
- id: codespell
113113
args: ['--write-changes']

0 commit comments

Comments
 (0)