We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad43b8a + 6514cfc commit 124ab2fCopy full SHA for 124ab2f
1 file changed
.pre-commit-config.yaml
@@ -23,13 +23,13 @@ repos:
23
args: ["--py310-plus"]
24
25
- repo: https://github.com/PyCQA/isort
26
- rev: 7.0.0
+ rev: 8.0.1
27
hooks:
28
- id: isort
29
name: Reorder python imports with isort
30
31
- repo: https://github.com/psf/black
32
- rev: 25.12.0
+ rev: 26.3.1
33
34
- id: black
35
name: Format python code with black
@@ -69,7 +69,7 @@ repos:
69
additional_dependencies: [sphinx, toml]
70
71
- repo: https://github.com/codespell-project/codespell
72
- rev: v2.4.1
+ rev: v2.4.2
73
74
- id: codespell
75
name: Check spelling with codespell
0 commit comments