Skip to content

Commit df3e88b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0) - [github.com/jendrikseipp/vulture.git: v2.12 → v2.14](https://github.com/jendrikseipp/vulture.git/compare/v2.12...v2.14)
1 parent 5192948 commit df3e88b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
skip: [detect-aws-credentials, pylint]
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks.git
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: no-commit-to-branch
88
args: [--branch=main]
@@ -52,7 +52,7 @@ repos:
5252
types: [python]
5353
args: ["-rn", "-sn"]
5454
- repo: https://github.com/jendrikseipp/vulture.git
55-
rev: "v2.12"
55+
rev: "v2.14"
5656
hooks:
5757
- id: vulture
5858
entry: tools/run_vulture.sh

0 commit comments

Comments
 (0)