From 7f8fe962b5c890f42964ae5d5660eb757d3bb1e6 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 24 Apr 2021 09:40:41 +0200 Subject: Fix pylint installation in CI --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index e3005fd4..aefa0ac1 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,11 @@ skip_missing_interpreters = true [testenv:pylint] 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 pre-commit + -r requirements_test_min.txt commands = pre-commit run pylint --all-files [testenv] -- cgit v1.2.1