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 855b9a7 commit 317a1e4Copy full SHA for 317a1e4
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
skip: [detect-aws-credentials, pylint]
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks.git
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: no-commit-to-branch
8
args: [--branch=main]
@@ -36,11 +36,11 @@ repos:
36
- id: black
37
args: [--preview]
38
- repo: https://github.com/pycqa/flake8
39
- rev: 7.1.1
+ rev: 7.2.0
40
41
- id: flake8
42
- repo: https://github.com/PyCQA/isort.git
43
- rev: "5.13.2"
+ rev: "6.0.1"
44
45
- id: isort
46
- repo: local
@@ -52,7 +52,7 @@ repos:
52
types: [python]
53
args: ["-rn", "-sn"]
54
- repo: https://github.com/jendrikseipp/vulture.git
55
- rev: "v2.12"
+ rev: "v2.14"
56
57
- id: vulture
58
entry: tools/run_vulture.sh
0 commit comments