diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-05 10:27:01 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-05 15:08:27 +0200 |
commit | e7dae22a38086311d69a1fff4f955cf470f0f9da (patch) | |
tree | 510be4c7b15290557c572ae8d788b65a1e651847 /tox.ini | |
parent | 4ef98993a3bf82e6c01e083c417cac8cdd492464 (diff) | |
download | pylint-git-e7dae22a38086311d69a1fff4f955cf470f0f9da.tar.gz |
Remove extra-require from the packaging
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ skip_missing_interpreters = true [testenv:pylint] deps = -r {toxinidir}/requirements_test_min.txt - pre-commit==2.10.1 + pre-commit~=2.11 commands = pre-commit run pylint --all-files @@ -16,7 +16,7 @@ commands = basepython = python3 deps = -r {toxinidir}/requirements_test_min.txt - pre-commit==2.10.1 + pre-commit~=2.11 commands = pre-commit run --all-files @@ -24,7 +24,7 @@ commands = [testenv:mypy] basepython = python3 deps = - pre-commit==2.10.1 + pre-commit~=2.11 commands = pre-commit run mypy --all-files |