Add a note about flake8.

This commit is contained in:
Andrey Rakhmatullin 2022-10-07 15:27:14 +06:00
parent 424849b275
commit ccb6a8c098
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ deps =
# Twisted[http2] is required to import some files
Twisted[http2]>=17.9.0
pytest-flake8==1.1.1
# newer ones don't work: https://github.com/tholo/pytest-flake8/issues/87
flake8==4.0.1
commands =
pytest --flake8 {posargs:docs scrapy tests}