Skip to content

Commit 1997d34

Browse files
committed
Update pre-commit hooks
1 parent 42b364b commit 1997d34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ repos:
1717
- id: detect-private-key
1818
- id: debug-statements
1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.3.0
20+
rev: v2.4.1
2121
hooks:
2222
- id: codespell
2323
args:
2424
- --ignore-words-list=reacher, mor
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 7.1.1
26+
rev: 7.3.0
2727
hooks:
2828
- id: flake8
2929
args:
@@ -34,16 +34,16 @@ repos:
3434
- --show-source
3535
- --statistics
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.18.0
37+
rev: v3.20.0
3838
hooks:
3939
- id: pyupgrade
4040
args: ["--py37-plus"]
4141
- repo: https://github.com/PyCQA/isort
42-
rev: 5.13.2
42+
rev: 6.0.1
4343
hooks:
4444
- id: isort
4545
- repo: https://github.com/python/black
46-
rev: 24.10.0
46+
rev: 25.1.0
4747
hooks:
4848
- id: black
4949
- repo: https://github.com/pycqa/pydocstyle

0 commit comments

Comments
 (0)