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 4
4
# skip: [eslint]
5
5
autoupdate_schedule : monthly
6
6
7
- default_stages : [commit]
7
+ default_stages : [pre- commit]
8
8
repos :
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.5 .0
10
+ rev : v5.0 .0
11
11
hooks :
12
12
- id : end-of-file-fixer
13
13
- id : trailing-whitespace
14
14
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
15
- rev : v2.12 .0
15
+ rev : v2.14 .0
16
16
hooks :
17
17
- id : pretty-format-yaml
18
18
args : [--autofix, --indent, '4']
19
19
- id : pretty-format-toml
20
20
args : [--autofix]
21
21
- repo : https://github.com/asottile/pyupgrade
22
- rev : v3.15 .0
22
+ rev : v3.19 .0
23
23
hooks :
24
24
- id : pyupgrade
25
25
- repo : https://github.com/pycqa/isort
@@ -29,10 +29,10 @@ repos:
29
29
name : isort (python)
30
30
args : [--profile, black]
31
31
- repo : https://github.com/psf/black
32
- rev : 24.2 .0
32
+ rev : 24.10 .0
33
33
hooks :
34
34
- id : black
35
35
- repo : https://github.com/pycqa/flake8
36
- rev : 7.0.0
36
+ rev : 7.1.1
37
37
hooks :
38
38
- id : flake8
You can’t perform that action at this time.
0 commit comments