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