File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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/psf/black
5
- rev : 24.3 .0
5
+ rev : 24.10 .0
6
6
hooks :
7
7
- id : black
8
8
types : []
9
9
files : ^.*.pyi?$
10
10
exclude : ^doc/
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v4.6 .0
12
+ rev : v5.0 .0
13
13
hooks :
14
14
- id : no-commit-to-branch
15
15
- id : trailing-whitespace
25
25
- id : pretty-format-json
26
26
args : [--autofix]
27
27
- repo : https://github.com/PyCQA/flake8
28
- rev : 7.0.0
28
+ rev : 7.1.1
29
29
hooks :
30
30
- id : flake8
31
31
exclude : ^setup.py$
35
35
hooks :
36
36
- id : isort
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v1.9.0
38
+ rev : v1.14.1
39
39
hooks :
40
40
- id : mypy
41
41
exclude : (setup.py|tests/.*.py|doc/.*)
You can’t perform that action at this time.
0 commit comments