File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- id : check-yaml
10
10
11
11
- repo : https://github.com/asottile/pyupgrade
12
- rev : v3.15.0
12
+ rev : v3.19.1
13
13
hooks :
14
14
- id : pyupgrade
15
15
args : [--py37-plus]
16
16
17
17
- repo : https://github.com/PyCQA/isort
18
- rev : 5.13.2
18
+ rev : 6.0.1
19
19
hooks :
20
20
- id : isort
21
21
22
22
- repo : https://github.com/psf/black
23
- rev : 23.12.1
23
+ rev : 25.1.0
24
24
hooks :
25
25
- id : black
26
26
27
27
- repo : https://github.com/PyCQA/flake8
28
- rev : 7.0 .0
28
+ rev : 7.2 .0
29
29
hooks :
30
30
- id : flake8
31
31
additional_dependencies :
You can’t perform that action at this time.
0 commit comments