We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acc0d2b + 79e051a commit 1982156Copy full SHA for 1982156
1 file changed
.pre-commit-config.yaml
@@ -22,13 +22,13 @@ repos:
22
args: ["--py313-plus"]
23
24
- repo: https://github.com/PyCQA/isort
25
- rev: 7.0.0
+ rev: 8.0.1
26
hooks:
27
- id: isort
28
name: Reorder Python imports with isort
29
30
- repo: https://github.com/psf/black
31
- rev: 25.11.0
+ rev: 26.3.1
32
33
- id: black
34
name: Format Python code with black
@@ -47,7 +47,7 @@ repos:
47
additional_dependencies: [flake8-bugbear, Flake8-pyproject]
48
49
- repo: https://github.com/pre-commit/mirrors-mypy
50
- rev: v1.19.0
+ rev: v1.19.1
51
52
- id: mypy
53
name: Check Python types
@@ -59,7 +59,7 @@ repos:
59
- types-requests
60
61
- repo: https://github.com/codespell-project/codespell
62
- rev: v2.4.1
+ rev: v2.4.2
63
64
- id: codespell
65
name: Check spelling with codespell
0 commit comments