summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 1d6083c6..64d30d74 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skip_missing_interpreters = true
deps =
# We do not use the latest pylint version in CI tests as we want to choose when
# we fix the warnings
- git+https://github.com/pycqa/pylint@master
+ git+https://github.com/pycqa/pylint@main
pre-commit~=2.13
-r requirements_test_min.txt
commands = pre-commit run pylint --all-files
@@ -31,7 +31,7 @@ commands =
basepython = python3
deps =
pytest
- git+https://github.com/pycqa/pylint@master
+ git+https://github.com/pycqa/pylint@main
pre-commit~=2.13
commands =
pre-commit run --all-files