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

Remove version constraint on flake8

parent 2a90a134
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -503,8 +503,7 @@ END

install_and_run_flake8()
{
  # flake8<6 for https://github.com/zheller/flake8-quotes/issues/110
  FLAKE8_PACKAGES=("flake8<6" pep8-naming)
  FLAKE8_PACKAGES=(flake8 pep8-naming)
  if grep -q quotes setup.cfg; then
    true
    FLAKE8_PACKAGES+=(flake8-quotes)