Commit 547f43a2 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Bump pylint version bound

parent d23c06bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -550,7 +550,7 @@ run_pylint()
  # pylint may inspect.

  # astroid 2.5.7 seems to produce spurious pylint failures
  $PY_EXE -m pip install "pylint<2.15" "astroid!=2.5.7" PyYAML pytest
  $PY_EXE -m pip install "pylint<2.16" "astroid!=2.5.7" PyYAML pytest

  PYLINT_RUNNER_ARGS="--jobs=4 --yaml-rcfile=.pylintrc.yml"