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 b227f70 commit 67c5839Copy full SHA for 67c5839
.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]
@@ -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