We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f65160 commit 53044f0Copy full SHA for 53044f0
1 file changed
.pre-commit-config.yaml
@@ -42,15 +42,15 @@ repos:
42
- id: pyupgrade
43
args: [--py39-plus]
44
- repo: https://github.com/PyCQA/isort
45
- rev: 5.13.2
+ rev: 6.0.0
46
hooks:
47
- id: isort
48
- repo: https://github.com/psf/black
49
- rev: 24.10.0
+ rev: 25.1.0
50
51
- id: black
52
- repo: https://github.com/codespell-project/codespell
53
- rev: v2.4.0
+ rev: v2.4.1
54
55
- id: codespell
56
- repo: https://github.com/PyCQA/flake8
0 commit comments