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 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.6 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-docstring-first
6
6
- id : check-yaml
9
9
- id : requirements-txt-fixer
10
10
- id : trailing-whitespace
11
11
- repo : https://github.com/PyCQA/flake8
12
- rev : 7.0 .0
12
+ rev : 7.2 .0
13
13
hooks :
14
14
- id : flake8
15
15
- repo : https://github.com/asottile/reorder-python-imports
16
- rev : v3.13 .0
16
+ rev : v3.14 .0
17
17
hooks :
18
18
- id : reorder-python-imports
19
19
args : [--py37-plus, --add-import, "from __future__ import annotations"]
20
20
- repo : https://github.com/asottile/pyupgrade
21
- rev : v3.16.0
21
+ rev : v3.19.1
22
22
hooks :
23
23
- id : pyupgrade
24
24
args : [--py310-plus]
25
25
- repo : https://github.com/pre-commit/mirrors-mypy
26
- rev : v1.10 .0
26
+ rev : v1.15 .0
27
27
hooks :
28
28
- id : mypy
29
29
additional_dependencies : ["types-PyYAML", "types-python-dateutil"]
30
30
- repo : https://github.com/psf/black
31
- rev : 24.4.2
31
+ rev : 25.1.0
32
32
hooks :
33
33
- id : black
34
34
additional_dependencies : ["click==8.0.2"]
You can’t perform that action at this time.
0 commit comments