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 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 : trailing-whitespace
6
6
- id : end-of-file-fixer
@@ -10,26 +10,26 @@ repos:
10
10
- id : double-quote-string-fixer
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : 23.10.1
13
+ rev : 25.1.0
14
14
hooks :
15
15
- id : black
16
16
args : ["--line-length", "100", "--skip-string-normalization"]
17
17
18
18
- repo : https://github.com/PyCQA/flake8
19
- rev : 6 .1.0
19
+ rev : 7 .1.2
20
20
hooks :
21
21
- id : flake8
22
22
- repo : https://github.com/asottile/seed-isort-config
23
23
rev : v2.2.0
24
24
hooks :
25
25
- id : seed-isort-config
26
26
- repo : https://github.com/PyCQA/isort
27
- rev : 5.12 .0
27
+ rev : 6.0 .0
28
28
hooks :
29
29
- id : isort
30
30
31
31
- repo : https://github.com/pre-commit/mirrors-prettier
32
- rev : v3 .0.3
32
+ rev : v4 .0.0-alpha.8
33
33
hooks :
34
34
- id : prettier
35
35
language_version : system
You can’t perform that action at this time.
0 commit comments