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.
2 parents 200bea9 + 6ebbdb6 commit f44fa6eCopy full SHA for f44fa6e
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ ci:
7
8
repos:
9
- repo: https://github.com/asottile/pyupgrade
10
- rev: v3.21.0
+ rev: v3.21.2
11
hooks:
12
- id: pyupgrade
13
args: [--py38-plus]
@@ -16,7 +16,7 @@ repos:
16
17
- id: isort
18
- repo: https://github.com/psf/black-pre-commit-mirror
19
- rev: 25.9.0
+ rev: 25.11.0
20
21
- id: black
22
- repo: https://github.com/collective/zpretty
@@ -66,12 +66,12 @@ repos:
66
67
- id: pyroma
68
- repo: https://github.com/mgedmin/check-python-versions
69
- rev: "0.23.0"
+ rev: "0.24.0"
70
71
- id: check-python-versions
72
args: ['--only', 'setup.py,pyproject.toml']
73
- repo: https://github.com/collective/i18ndude
74
- rev: "6.2.1"
+ rev: "6.3.0"
75
76
- id: i18ndude
77
0 commit comments