Commit e041b2a 1 parent b00660b commit e041b2a Copy full SHA for e041b2a
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 @@ -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.5 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
- id : check-case-conflict
@@ -20,15 +20,15 @@ repos:
20
20
- id : sort-simple-yaml
21
21
- id : trailing-whitespace
22
22
- repo : https://github.com/pre-commit/mirrors-eslint
23
- rev : v8.53 .0
23
+ rev : v9.1 .0
24
24
hooks :
25
25
- id : eslint
26
26
args : [--fix]
27
27
additional_dependencies :
28
28
- eslint@latest
29
29
- eslint-config-prettier
30
30
- repo : https://github.com/psf/black
31
- rev : 23.11 .0
31
+ rev : 24.4 .0
32
32
hooks :
33
33
- id : black
34
34
- repo : https://github.com/codespell-project/codespell
@@ -38,11 +38,11 @@ repos:
38
38
additional_dependencies : ["tomli"]
39
39
- repo : https://github.com/astral-sh/ruff-pre-commit
40
40
# Ruff version.
41
- rev : " v0.1.5 "
41
+ rev : " v0.4.1 "
42
42
hooks :
43
43
- id : ruff
44
44
args : [--fix]
45
45
- repo : https://github.com/pre-commit/mirrors-prettier
46
- rev : v3.1.0
46
+ rev : v4.0.0-alpha.8
47
47
hooks :
48
48
- id : prettier
You can’t perform that action at this time.
0 commit comments