Commit c23d00e 1 parent 756ddbb commit c23d00e Copy full SHA for c23d00e
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,25 +46,25 @@ description = run flake8 (linter)
46
46
basepython = {[default]basepython}
47
47
skip_install = True
48
48
deps =
49
- flake8 ==5.0.4
50
- flake8-isort ==5.0.0
49
+ flake8
50
+ flake8-isort
51
51
commands =
52
52
flake8 --isort-show-traceback comb_spec_searcher tests setup.py example.py
53
53
54
54
[testenv:pylint]
55
55
description = run pylint (static code analysis)
56
56
basepython = {[default]basepython}
57
57
deps =
58
- pylint ==2.15.5
58
+ pylint
59
59
commands = pylint comb_spec_searcher
60
60
61
61
[testenv:mypy]
62
62
description = run mypy (static type checker)
63
63
basepython = {[default]basepython}
64
64
deps =
65
- mypy ==0.990
66
- types-requests ==2.28.11.4
67
- types-tabulate ==0.9.0
65
+ mypy
66
+ types-requests
67
+ types-tabulate
68
68
commands =
69
69
mypy
70
70
You can’t perform that action at this time.
0 commit comments