We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161ca31 commit 3aa834cCopy full SHA for 3aa834c
1 file changed
.pre-commit-config.yaml
@@ -23,19 +23,19 @@ repos:
23
args: ["--py39-plus"]
24
25
- repo: https://github.com/PyCQA/isort
26
- rev: 6.0.1
+ rev: 6.1.0
27
hooks:
28
- id: isort
29
name: Reorder python imports with isort
30
31
- repo: https://github.com/psf/black
32
- rev: 25.1.0
+ rev: 25.9.0
33
34
- id: black
35
name: Format python code with black
36
37
- repo: https://github.com/asottile/blacken-docs
38
- rev: 1.19.1
+ rev: 1.20.0
39
40
- id: blacken-docs
41
name: Format python code in documentation
@@ -54,7 +54,7 @@ repos:
54
additional_dependencies: [flake8-bugbear, Flake8-pyproject]
55
56
- repo: https://github.com/pre-commit/mirrors-mypy
57
- rev: v1.17.1
+ rev: v1.18.2
58
59
- id: mypy
60
name: Check Python types
0 commit comments