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 @@ -2,7 +2,7 @@ default_language_version:
2
2
python : python3
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.4 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
- id : check-case-conflict
@@ -20,21 +20,21 @@ repos:
20
20
- id : sort-simple-yaml
21
21
- id : trailing-whitespace
22
22
- repo : https://github.com/codespell-project/codespell
23
- rev : v2.2.5
23
+ rev : v2.3.0
24
24
hooks :
25
25
- id : codespell
26
26
additional_dependencies : ["tomli"]
27
27
- repo : https://github.com/astral-sh/ruff-pre-commit
28
28
# Ruff version.
29
- rev : v0.4.8
29
+ rev : v0.5.0
30
30
hooks :
31
31
# Run the linter.
32
32
- id : ruff
33
33
args : [ --fix ]
34
34
# Run the formatter.
35
35
- id : ruff-format
36
36
- repo : https://github.com/executablebooks/mdformat
37
- rev : 0.7.16
37
+ rev : 0.7.17
38
38
hooks :
39
39
- id : mdformat
40
40
args : ["--wrap=80"]
You can’t perform that action at this time.
0 commit comments