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 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v5 .0.0
3
+ rev : v6 .0.0
4
4
hooks :
5
5
- id : check-byte-order-marker
6
6
- id : trailing-whitespace
9
9
args : [--remove]
10
10
- id : check-yaml
11
11
- repo : https://github.com/asottile/reorder-python-imports
12
- rev : v3.14 .0
12
+ rev : v3.15 .0
13
13
hooks :
14
14
- id : reorder-python-imports
15
15
args : ['--application-directories=.:src', --py3-plus]
16
16
- repo : https://github.com/psf/black
17
- rev : 24.10 .0
17
+ rev : 25.1 .0
18
18
hooks :
19
19
- id : black
20
20
- repo : https://github.com/PyCQA/flake8
21
- rev : 7.1.1
21
+ rev : 7.3.0
22
22
hooks :
23
23
- id : flake8
24
24
additional_dependencies : [flake8-bugbear]
35
35
hooks :
36
36
- id : autoflake
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v1.14 .1
38
+ rev : v1.17 .1
39
39
hooks :
40
40
- id : mypy
41
41
files : ^(src/|tests/)
You can’t perform that action at this time.
0 commit comments