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 c45aab5 commit 1cccd86Copy full SHA for 1cccd86
.pre-commit-config.yaml
@@ -15,16 +15,16 @@ repos:
15
# catch git merge/rebase problems
16
- id: check-merge-conflict
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.20.0
+ rev: v3.21.2
19
hooks:
20
- id: pyupgrade
21
args: [--py38-plus]
22
- repo: https://github.com/PyCQA/isort
23
- rev: 6.1.0
+ rev: 7.0.0
24
25
- id: isort
26
- repo: https://github.com/psf/black-pre-commit-mirror
27
- rev: 25.9.0
+ rev: 25.12.0
28
29
- id: black
30
- repo: https://github.com/pycqa/flake8
@@ -37,7 +37,7 @@ repos:
37
- id: codespell
38
args: [--write]
39
- repo: https://github.com/python-jsonschema/check-jsonschema
40
- rev: 0.34.0
+ rev: 0.36.0
41
42
- id: check-github-workflows
43
- repo: meta
0 commit comments