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 d0475ad commit 766d16aCopy full SHA for 766d16a
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
stages:
34
- pre-push
35
- repo: https://github.com/pre-commit/pre-commit-hooks
36
- rev: v4.6.0
+ rev: v5.0.0
37
hooks:
38
- id: end-of-file-fixer
39
- id: trailing-whitespace
@@ -42,7 +42,7 @@ repos:
42
- id: check-merge-conflict
43
# - id: no-commit-to-branch # To be included when other contributions join the project
44
- repo: https://github.com/psf/black-pre-commit-mirror
45
- rev: 24.4.2
+ rev: 24.10.0
46
47
- id: black
48
args: [ --line-length=120 ]
@@ -69,7 +69,7 @@ repos:
69
70
71
- repo: https://github.com/jendrikseipp/vulture
72
- rev: v2.11
+ rev: v2.14
73
74
- id: vulture
75
- repo: https://gitlab.com/smop/pre-commit-hooks
0 commit comments