File tree Expand file tree Collapse file tree 3 files changed +13
-16
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 3 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ repos:
32
32
rev : v2.31.0
33
33
hooks :
34
34
- id : pyupgrade
35
- args : [--py36 -plus]
35
+ args : [--py37 -plus]
36
36
- repo : https://github.com/asottile/reorder_python_imports
37
- rev : v2.6.0
37
+ rev : v2.7.1
38
38
hooks :
39
39
- id : reorder-python-imports
40
40
- repo : https://github.com/psf/black
41
- rev : 21.12b0
41
+ rev : 22.1.0
42
42
hooks :
43
43
- id : black
44
44
- repo : https://github.com/asottile/blacken-docs
45
- rev : v1.12.0
45
+ rev : v1.12.1
46
46
hooks :
47
47
- id : blacken-docs
48
48
additional_dependencies : [black]
93
93
--ignore-missing-imports,
94
94
]
95
95
pass_filenames : false
96
- language_version : " 3.9"
97
96
- repo : meta
98
97
hooks :
99
98
- id : check-hooks-apply
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.0.1
3
+ rev : v4.1.0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=25']
11
11
- id : debug-statements
12
12
- id : end-of-file-fixer
13
13
- id : fix-byte-order-marker
14
- - id : forbid-new-submodules
15
14
- id : mixed-line-ending
16
15
- id : no-commit-to-branch
17
16
args : [--branch, main]
@@ -29,24 +28,24 @@ repos:
29
28
- id : rst-inline-touching-normal
30
29
- id : text-unicode-replacement-char
31
30
- repo : https://github.com/asottile/pyupgrade
32
- rev : v2.29.1
31
+ rev : v2.31.0
33
32
hooks :
34
33
- id : pyupgrade
35
- args : [--py36 -plus]
34
+ args : [--py37 -plus]
36
35
- repo : https://github.com/asottile/reorder_python_imports
37
- rev : v2.6.0
36
+ rev : v2.7.1
38
37
hooks :
39
38
- id : reorder-python-imports
40
39
- repo : https://github.com/asottile/setup-cfg-fmt
41
40
rev : v1.20.0
42
41
hooks :
43
42
- id : setup-cfg-fmt
44
43
- repo : https://github.com/psf/black
45
- rev : 21.12b0
44
+ rev : 22.1.0
46
45
hooks :
47
46
- id : black
48
47
- repo : https://github.com/asottile/blacken-docs
49
- rev : v1.12.0
48
+ rev : v1.12.1
50
49
hooks :
51
50
- id : blacken-docs
52
51
additional_dependencies : [black]
@@ -84,19 +83,18 @@ repos:
84
83
hooks :
85
84
- id : codespell
86
85
- repo : https://github.com/guilatrova/tryceratops
87
- rev : v1.0.0
86
+ rev : v1.0.1
88
87
hooks :
89
88
- id : tryceratops
90
89
- repo : https://github.com/pre-commit/mirrors-mypy
91
- rev : ' v0.910-1 '
90
+ rev : ' v0.931 '
92
91
hooks :
93
92
- id : mypy
94
93
args : [
95
94
--no-strict-optional,
96
95
--ignore-missing-imports,
97
96
]
98
97
pass_filenames : false
99
- language_version : " 3.9"
100
98
- repo : meta
101
99
hooks :
102
100
- id : check-hooks-apply
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
- conda-lock
15
15
16
16
# Package dependencies
17
- - pytask
17
+ - pytask >=0.1.7
18
18
19
19
# Misc
20
20
- black
You can’t perform that action at this time.
0 commit comments