File tree 3 files changed +12
-11
lines changed
3 files changed +12
-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.0.1
3
+ rev : v4.1.0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=100']
@@ -22,29 +22,29 @@ repos:
22
22
- id : rst-inline-touching-normal
23
23
- id : text-unicode-replacement-char
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v2.21.2
25
+ rev : v2.31.0
26
26
hooks :
27
27
- id : pyupgrade
28
28
args : [--py36-plus]
29
29
- repo : https://github.com/asottile/reorder_python_imports
30
- rev : v2.5 .0
30
+ rev : v2.6 .0
31
31
hooks :
32
32
- id : reorder-python-imports
33
33
- repo : https://github.com/asottile/setup-cfg-fmt
34
- rev : v1.17 .0
34
+ rev : v1.20 .0
35
35
hooks :
36
36
- id : setup-cfg-fmt
37
37
- repo : https://github.com/psf/black
38
- rev : 21.7b0
38
+ rev : 21.12b0
39
39
hooks :
40
40
- id : black
41
41
- repo : https://github.com/asottile/blacken-docs
42
- rev : v1.10 .0
42
+ rev : v1.12 .0
43
43
hooks :
44
44
- id : blacken-docs
45
45
additional_dependencies : [black]
46
46
- repo : https://github.com/PyCQA/flake8
47
- rev : 3.9.2
47
+ rev : 4.0.1
48
48
hooks :
49
49
- id : flake8
50
50
types : [python]
@@ -65,11 +65,11 @@ repos:
65
65
Pygments,
66
66
]
67
67
- repo : https://github.com/PyCQA/doc8
68
- rev : 0.9.0
68
+ rev : 0.10.1
69
69
hooks :
70
70
- id : doc8
71
71
- repo : https://github.com/econchick/interrogate
72
- rev : 1.4 .0
72
+ rev : 1.5 .0
73
73
hooks :
74
74
- id : interrogate
75
75
args : [-v, --fail-under=40, src, tests]
79
79
- id : codespell
80
80
args : [-L unparseable]
81
81
- repo : https://github.com/mgedmin/check-manifest
82
- rev : " 0.46 "
82
+ rev : " 0.47 "
83
83
hooks :
84
84
- id : check-manifest
85
85
- repo : meta
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ classifiers =
19
19
Programming Language :: Python :: 3.7
20
20
Programming Language :: Python :: 3.8
21
21
Programming Language :: Python :: 3.9
22
+ Programming Language :: Python :: 3.10
22
23
project_urls =
23
24
Changelog = https://github.com/pytask-dev/pytask-parallel/blob/main/CHANGES.rst
24
25
Documentation = https://github.com/pytask-dev/pytask-parallel
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ conda_channels =
18
18
conda-forge
19
19
nodefaults
20
20
commands =
21
- pip install --no-deps .
21
+ pip install --no-deps -e .
22
22
pytest {posargs}
23
23
24
24
[testenv:pre-commit]
You can’t perform that action at this time.
0 commit comments