Commit 0cd73482 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Revert "Revert "Revert "Restrict flake8 to <4.0 for 3.6 compat issue"""

This reverts commit 68ff5d2e.
parent 68ff5d2e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -460,9 +460,7 @@ END

install_and_run_flake8()
{
  # <4.0 version restriction for https://github.com/PyCQA/flake8/issues/1425
  FLAKE8_PACKAGES=("flake8<4.0" pep8-naming)

  FLAKE8_PACKAGES=(flake8 pep8-naming)
  if grep -q quotes setup.cfg; then
    true
    FLAKE8_PACKAGES+=(flake8-quotes)