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:
8
Pipfile
8
Pipfile
@@ -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"
|
||||
|
Reference in New Issue
Block a user