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 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : " v4.5 .0"
3
+ rev : " v5.0 .0"
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-case-conflict
15
15
- id : requirements-txt-fixer
16
16
- id : trailing-whitespace
17
17
- repo : https://github.com/codespell-project/codespell
18
- rev : v2.2.6
18
+ rev : v2.4.1
19
19
hooks :
20
20
- id : codespell
21
21
args :
@@ -27,21 +27,21 @@ repos:
27
27
- id : flynt
28
28
args : [--verbose]
29
29
- repo : https://github.com/PyCQA/isort
30
- rev : " 5.12 .0"
30
+ rev : " 6.0 .0"
31
31
hooks :
32
32
- id : isort
33
33
- repo : https://github.com/astral-sh/ruff-pre-commit
34
- rev : " v0.1.6 "
34
+ rev : " v0.9.7 "
35
35
hooks :
36
36
- id : ruff-format
37
37
- id : ruff
38
38
- repo : https://github.com/adamchainz/blacken-docs
39
- rev : 1.16.0
39
+ rev : 1.19.1
40
40
hooks :
41
41
- id : blacken-docs
42
42
language_version : python3.10
43
43
- repo : https://github.com/pre-commit/mirrors-prettier
44
- rev : " v3.1.0 "
44
+ rev : " v4.0.0-alpha.8 "
45
45
hooks :
46
46
- id : prettier
47
47
- repo : https://github.com/pre-commit/pygrep-hooks
You can’t perform that action at this time.
0 commit comments