File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
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 : v5.0 .0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
- id : check-case-conflict
@@ -20,26 +20,26 @@ repos:
20
20
- id : sort-simple-yaml
21
21
- id : trailing-whitespace
22
22
- repo : https://github.com/psf/black
23
- rev : 23.3 .0
23
+ rev : 25.1 .0
24
24
hooks :
25
25
- id : black
26
26
- repo : https://github.com/PyCQA/isort
27
- rev : 5.12.0
27
+ rev : 6.0.1
28
28
hooks :
29
29
- id : isort
30
30
# - repo: https://github.com/codespell-project/codespell
31
31
# rev: v2.2.4
32
32
# hooks:
33
33
# - id: codespell
34
34
# additional_dependencies: ["tomli"]
35
- - repo : https://github.com/charliermarsh /ruff-pre-commit
35
+ - repo : https://github.com/astral-sh /ruff-pre-commit
36
36
# Ruff version.
37
- rev : ' v0.0.267 '
37
+ rev : ' v0.9.9 '
38
38
hooks :
39
39
- id : ruff
40
40
args : [--fix, --exit-non-zero-on-fix]
41
41
- repo : https://github.com/executablebooks/mdformat
42
- rev : 0.7.16
42
+ rev : 0.7.22
43
43
hooks :
44
44
- id : mdformat
45
45
args : ["--wrap=80"]
You can’t perform that action at this time.
0 commit comments