File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default_language_version:
4
4
python : python3
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.5 .0
7
+ rev : v4.6 .0
8
8
hooks :
9
9
- id : check-executables-have-shebangs
10
10
- id : check-merge-conflict
@@ -14,15 +14,15 @@ repos:
14
14
- id : trailing-whitespace
15
15
exclude : (.*\.mbox)|(.*\.svg)
16
16
- repo : https://github.com/Lucas-C/pre-commit-hooks
17
- rev : v1.5.4
17
+ rev : v1.5.5
18
18
hooks :
19
19
- id : remove-tabs
20
20
exclude : (.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf)
21
21
- id : remove-crlf
22
22
exclude : (.*\.mbox)|(.*\.svg)
23
23
- repo : https://github.com/astral-sh/ruff-pre-commit
24
24
# Ruff version.
25
- rev : v0.1.13
25
+ rev : v0.5.1
26
26
hooks :
27
27
# Run the linter.
28
28
- id : ruff
33
33
hooks :
34
34
- id : bashate
35
35
- repo : https://github.com/daveshanley/vacuum
36
- rev : v0.7.2
36
+ rev : v0.11.1
37
37
hooks :
38
38
- id : vacuum
39
39
files : ^docs/api/schemas/(latest|v\d\.\d)/patchwork.yaml
You can’t perform that action at this time.
0 commit comments