File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
default_stages : [commit]
8
8
repos :
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.5 .0
10
+ rev : v4.6 .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.13 .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.15.2
23
23
hooks :
24
24
- id : pyupgrade
25
25
- repo : https://github.com/pycqa/isort
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.4.2
33
33
hooks :
34
34
- id : black
35
35
- repo : https://github.com/pycqa/flake8
You can’t perform that action at this time.
0 commit comments