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 768d0dd commit 2e49cb7Copy full SHA for 2e49cb7
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
# catch git merge/rebase problems
16
- id: check-merge-conflict
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.19.1
+ rev: v3.20.0
19
hooks:
20
- id: pyupgrade
21
args: [--py38-plus]
@@ -28,7 +28,7 @@ repos:
28
29
- id: black
30
- repo: https://github.com/pycqa/flake8
31
- rev: 7.1.2
+ rev: 7.2.0
32
33
- id: flake8
34
- repo: https://github.com/codespell-project/codespell
@@ -37,7 +37,7 @@ repos:
37
- id: codespell
38
args: [--write]
39
- repo: https://github.com/python-jsonschema/check-jsonschema
40
- rev: 0.31.3
+ rev: 0.33.0
41
42
- id: check-github-workflows
43
- repo: meta
0 commit comments