File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
repos :
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.4 .0
9
+ rev : v4.5 .0
10
10
hooks :
11
11
- id : trailing-whitespace
12
12
- id : debug-statements
@@ -18,23 +18,23 @@ repos:
18
18
- id : end-of-file-fixer
19
19
20
20
- repo : https://github.com/psf/black
21
- rev : 23.3.0
21
+ rev : 23.12.1
22
22
hooks :
23
23
- id : black
24
24
25
- - repo : https://github.com/charliermarsh /ruff-pre-commit
26
- rev : v0.0.262
25
+ - repo : https://github.com/astral-sh /ruff-pre-commit
26
+ rev : v0.1.9
27
27
hooks :
28
28
- id : ruff
29
29
args : [--fix, --exit-non-zero-on-fix]
30
30
31
31
- repo : https://github.com/igorshubovych/markdownlint-cli
32
- rev : v0.33 .0
32
+ rev : v0.38 .0
33
33
hooks :
34
34
- id : markdownlint-fix
35
35
36
36
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
37
- rev : v2.8 .0
37
+ rev : v2.12 .0
38
38
hooks :
39
39
- id : pretty-format-toml
40
40
args : [--autofix]
You can’t perform that action at this time.
0 commit comments