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 242a5eb commit 75718acCopy full SHA for 75718ac
.pre-commit-config.yaml
@@ -14,20 +14,20 @@ repos:
14
types: [text]
15
stages: [pre-commit, pre-push, manual]
16
- repo: https://github.com/PyCQA/isort
17
- rev: 5.13.2
+ rev: 6.0.1
18
hooks:
19
- id: isort
20
- repo: https://github.com/psf/black
21
- rev: 24.10.0
+ rev: 25.1.0
22
23
- id: black
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v3.17.0
+ rev: v3.19.1
26
27
- id: pyupgrade
28
args: [--py37-plus]
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.11.2
+ rev: v1.15.0
31
32
- id: mypy
33
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
39
40
- id: gitlint
41
- repo: https://github.com/asottile/setup-cfg-fmt
42
- rev: v2.5.0
+ rev: v2.8.0
43
44
- id: setup-cfg-fmt
45
args: [--min-py3-version, '3.7']
0 commit comments