Freeze flake8

This commit is contained in:
Adrián Chaves 2021-10-15 17:18:46 +02:00 committed by GitHub
parent ca320feb2a
commit 98ee3ddffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ deps =
# Twisted[http2] is required to import some files
Twisted[http2]>=17.9.0
pytest-flake8
flake8==3.9.2 # https://github.com/tholo/pytest-flake8/issues/81
commands =
py.test --flake8 {posargs:docs scrapy tests}