File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
default_stages : [pre-commit]
8
8
repos :
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v5 .0.0
10
+ rev : v6 .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.14 .0
15
+ rev : v2.15 .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.19.1
22
+ rev : v3.20.0
23
23
hooks :
24
24
- id : pyupgrade
25
25
- repo : https://github.com/pycqa/isort
26
- rev : 6.0.1
26
+ rev : 6.1.0
27
27
hooks :
28
28
- id : isort
29
29
name : isort (python)
30
30
args : [--profile, black]
31
- - repo : https://github.com/psf/black
32
- rev : 25.1 .0
31
+ - repo : https://github.com/psf/black-pre-commit-mirror
32
+ rev : 25.9 .0
33
33
hooks :
34
34
- id : black
35
35
- repo : https://github.com/pycqa/flake8
36
- rev : 7.1.2
36
+ rev : 7.3.0
37
37
hooks :
38
38
- id : flake8
You can’t perform that action at this time.
0 commit comments