We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986b269 commit 88bf898Copy full SHA for 88bf898
1 file changed
.pre-commit-config.yaml
@@ -15,20 +15,20 @@ repos:
15
- id: trailing-whitespace
16
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.20.0
+ rev: v3.21.0
19
hooks:
20
- id: pyupgrade
21
name: Modernize Python code
22
args: ["--py313-plus"]
23
24
- repo: https://github.com/PyCQA/isort
25
- rev: 6.0.1
+ rev: 7.0.0
26
27
- id: isort
28
name: Reorder Python imports with isort
29
30
- repo: https://github.com/psf/black
31
- rev: 25.1.0
+ rev: 25.9.0
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.17.1
+ rev: v1.18.2
51
52
- id: mypy
53
name: Check Python types
0 commit comments