File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 2 files changed +11
-11
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.1 .0
3
+ rev : v4.2 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=25']
33
33
- id : rst-inline-touching-normal
34
34
- id : text-unicode-replacement-char
35
35
- repo : https://github.com/asottile/pyupgrade
36
- rev : v2.31.1
36
+ rev : v2.32.0
37
37
hooks :
38
38
- id : pyupgrade
39
39
args : [--py37-plus]
42
42
hooks :
43
43
- id : reorder-python-imports
44
44
- repo : https://github.com/psf/black
45
- rev : 22.1 .0
45
+ rev : 22.3 .0
46
46
hooks :
47
47
- id : black
48
48
- repo : https://github.com/asottile/blacken-docs
71
71
Pygments,
72
72
]
73
73
- repo : https://github.com/PyCQA/doc8
74
- rev : 0.10 .1
74
+ rev : 0.11 .1
75
75
hooks :
76
76
- id : doc8
77
77
- repo : https://github.com/econchick/interrogate
96
96
- id : tryceratops
97
97
exclude : " {{cookiecutter.project_slug}}/pyproject.toml"
98
98
- repo : https://github.com/pre-commit/mirrors-mypy
99
- rev : ' v0.940 '
99
+ rev : ' v0.942 '
100
100
hooks :
101
101
- id : mypy
102
102
args : [
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.1 .0
3
+ rev : v4.2 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=25']
@@ -28,12 +28,12 @@ repos:
28
28
- id : rst-inline-touching-normal
29
29
- id : text-unicode-replacement-char
30
30
- repo : https://github.com/asottile/pyupgrade
31
- rev : v2.31 .0
31
+ rev : v2.32 .0
32
32
hooks :
33
33
- id : pyupgrade
34
34
args : [--py37-plus]
35
35
- repo : https://github.com/asottile/reorder_python_imports
36
- rev : v2.7 .1
36
+ rev : v3.0 .1
37
37
hooks :
38
38
- id : reorder-python-imports{% if cookiecutter.add_mypy == "yes" %}
39
39
args : [--py37-plus, --add-import, 'from __future__ import annotations']{% endif %}
42
42
hooks :
43
43
- id : setup-cfg-fmt
44
44
- repo : https://github.com/psf/black
45
- rev : 22.1 .0
45
+ rev : 22.3 .0
46
46
hooks :
47
47
- id : black
48
48
- repo : https://github.com/asottile/blacken-docs
71
71
Pygments,
72
72
]
73
73
- repo : https://github.com/PyCQA/doc8
74
- rev : 0.10 .1
74
+ rev : 0.11 .1
75
75
hooks :
76
76
- id : doc8
77
77
- repo : https://github.com/econchick/interrogate
88
88
hooks :
89
89
- id : tryceratops
90
90
{% if cookiecutter.add_mypy == "yes" %}- repo: https://github.com/pre-commit/mirrors-mypy
91
- rev : ' v0.931 '
91
+ rev : ' v0.942 '
92
92
hooks :
93
93
- id : mypy
94
94
args : [
You can’t perform that action at this time.
0 commit comments