File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
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.5 .0
9
+ rev : v5.0 .0
10
10
hooks :
11
11
- id : end-of-file-fixer
12
12
- id : trailing-whitespace
@@ -25,28 +25,28 @@ repos:
25
25
# args: [--in-place, --wrap-summaries=120, --wrap-descriptions=120]
26
26
27
27
- repo : https://github.com/codespell-project/codespell
28
- rev : v2.2.6
28
+ rev : v2.3.0
29
29
hooks :
30
30
- id : codespell
31
31
additional_dependencies : [tomli]
32
32
# args: ["--write-changes"] # uncomment if you want to get automatic fixing
33
33
34
34
- repo : https://github.com/psf/black
35
- rev : 23.12.1
35
+ rev : 24.10.0
36
36
hooks :
37
37
- id : black
38
38
name : Black code
39
39
40
40
- repo : https://github.com/executablebooks/mdformat
41
- rev : 0.7.17
41
+ rev : 0.7.21
42
42
hooks :
43
43
- id : mdformat
44
44
additional_dependencies :
45
45
- mdformat-gfm
46
46
- mdformat_frontmatter
47
47
48
48
- repo : https://github.com/astral-sh/ruff-pre-commit
49
- rev : v0.1.9
49
+ rev : v0.8.6
50
50
hooks :
51
51
- id : ruff
52
52
args : ["--fix"]
You can’t perform that action at this time.
0 commit comments