We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0781747 + 85af052 commit 26df377Copy full SHA for 26df377
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.21.0
+ rev: v3.21.2
7
hooks:
8
- id: pyupgrade
9
args: [ '--py39-plus' ]
@@ -21,11 +21,11 @@ repos:
21
22
- id: toml-sort-fix
23
- repo: https://github.com/psf/black-pre-commit-mirror
24
- rev: 25.9.0
+ rev: 25.12.0
25
26
- id: black
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.14.3
+ rev: v0.14.8
29
30
- id: ruff
31
args:
@@ -37,7 +37,7 @@ repos:
37
- id: isort
38
args: ['--profile', 'black']
39
- repo: https://github.com/python-jsonschema/check-jsonschema
40
- rev: 0.34.1
+ rev: 0.35.0
41
42
- id: check-github-workflows
43
- repo: meta
0 commit comments