fix(ci): bump flake8 to get fix for PyCQA/pyflakes#367; per-file-ignore ext is now redundant; linter back online in CI

This commit is contained in:
Josh Klar
2021-06-20 00:57:43 -07:00
parent 6bfd5682f9
commit 3797797b43
3 changed files with 199 additions and 144 deletions

View File

@@ -6,11 +6,10 @@ name = "pypi"
[packages]
[dev-packages]
"flake8" = "*"
"flake8" = ">=3.9.0"
"flake8-commas" = "*"
"flake8-comprehensions" = "*"
"flake8-isort" = "*"
"flake8-per-file-ignores" = "*"
"python-magic" = "*"
adafruit-ampy = "*"
ipdb = "*"
@@ -18,9 +17,6 @@ ipython = "*"
isort = "*"
neovim = "*"
s3cmd = "*"
black = "==19.3b0"
black = "==21.6b0"
flake8-quotes = "*"
flake8-black = "*"
[requires]
python_version = "3.7"