Commit 50210ac8 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Bump pylint version

parent ec6c4071
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -462,11 +462,11 @@ run_pylint()
    curl -o .pylintrc.yml "${ci_support}/.pylintrc-default.yml"
  fi

  # <2.7 version bound put in place out of an abundance of cautiousness, no particular reason
  # 2021-02-16 AK
  # version bound put in place out of an abundance of cautiousness, no particular reason
  # 2021-04-22 AK
  # pytest is being installed since test_*.py modules may import pytest, which
  # pylint may inspect.
  $PY_EXE -m pip install "pylint<2.7" PyYAML pytest
  $PY_EXE -m pip install "pylint<2.8" PyYAML pytest

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