@@ -3,7 +3,7 @@ envlist =
3
3
py3{8,9,10,11,12,13}-lint,
4
4
py3{8,9,10,11,12,13}-unit,
5
5
py3{8,9,10,11,12,13}-bandit,
6
- py3{8, 9,10,11,12,13}-mypy,
6
+ py3{9,10,11,12,13}-mypy,
7
7
py312-lintreadme,
8
8
py312-pydocstyle
9
9
@@ -32,7 +32,7 @@ description =
32
32
py3{8,9,10,11,12,13}-unit: Run the unit tests
33
33
py3{8,9,10,11,12,13}-lint: Lint the Python code
34
34
py3{8,9,10,11,12,13}-bandit: Search for common security issues
35
- py3{8, 9,10,11,12,13}-mypy: Check for type safety
35
+ py3{9,10,11,12,13}-mypy: Check for type safety
36
36
py312-pydocstyle: docstring style checker
37
37
py312-lintreadme: Lint the README.rst->.md conversion
38
38
46
46
py3{8,9,10,11,12,13}-lint: flake8-bugbear
47
47
py3{8,9,10,11,12,13}-lint: black~=23.1
48
48
py3{8,9,10,11,12,13}-bandit: bandit
49
- py3{8, 9,10,11,12,13}-mypy: -rmypy-requirements.txt
49
+ py3{9,10,11,12,13}-mypy: -rmypy-requirements.txt
50
50
51
51
set_env =
52
52
py3{8,3,10,11,12,13}-unit: LC_ALL = C.UTF-8
@@ -61,7 +61,7 @@ commands =
61
61
py3{8,9,10,11,12,13}-bandit: bandit --recursive cwltest
62
62
py3{8,9,10,11,12,13}-lint: make flake8
63
63
py3{8,9,10,11,12,13}-lint: make format-check
64
- py3{8, 9,10,11,12,13}-mypy: make mypy
64
+ py3{9,10,11,12,13}-mypy: make mypy
65
65
66
66
allowlist_externals =
67
67
py3{8,9,10,11,12,13}-lint: flake8
0 commit comments