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 b0cc36b commit 5fe35eeCopy full SHA for 5fe35ee
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.21.0
+ rev: v3.21.2
20
hooks:
21
- id: pyupgrade
22
name: Modernize python code
@@ -29,7 +29,7 @@ repos:
29
name: Reorder python imports with isort
30
31
- repo: https://github.com/psf/black
32
- rev: 25.9.0
+ rev: 25.12.0
33
34
- id: black
35
name: Format python code with black
@@ -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.18.2
+ rev: v1.19.1
58
59
- id: mypy
60
name: Check Python types
0 commit comments