File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
autoupdate_schedule : quarterly
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.4 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
@@ -12,38 +12,38 @@ repos:
12
12
- id : mixed-line-ending
13
13
# This wants to go before isort & flake8
14
14
- repo : https://github.com/PyCQA/autoflake
15
- rev : " v2.0.0 "
15
+ rev : " v2.3.1 "
16
16
hooks :
17
17
- id : autoflake # isort should run before black as black sometimes tweaks the isort output
18
18
args : ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports"]
19
19
- repo : https://github.com/PyCQA/isort
20
- rev : 5.11.4
20
+ rev : 5.13.2
21
21
hooks :
22
22
- id : isort
23
23
args : ["--profile", "black"]
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v3.3 .1
25
+ rev : v3.19 .1
26
26
hooks :
27
27
- id : pyupgrade
28
28
args :
29
29
- " --py38-plus"
30
30
# https://github.com/python/black#version-control-integration
31
31
- repo : https://github.com/psf/black
32
- rev : 22.12 .0
32
+ rev : 24.10 .0
33
33
hooks :
34
34
- id : black
35
35
- id : black-jupyter
36
36
- repo : https://github.com/keewis/blackdoc
37
- rev : v0.3.8
37
+ rev : v0.3.9
38
38
hooks :
39
39
- id : blackdoc
40
40
exclude : docs/index.rst
41
41
- repo : https://github.com/PyCQA/flake8
42
- rev : 6.0.0
42
+ rev : 7.1.1
43
43
hooks :
44
44
- id : flake8
45
45
- repo : https://github.com/pre-commit/mirrors-mypy
46
- rev : v0.991
46
+ rev : v1.14.1
47
47
hooks :
48
48
- id : mypy
49
49
additional_dependencies : [
You can’t perform that action at this time.
0 commit comments