No virtualenv in production

This commit is contained in:
Alexandre Iooss 2022-03-11 17:32:00 +01:00
parent 032c9086f8
commit 4fedc48e7f
8 changed files with 114 additions and 22 deletions

View file

@ -26,7 +26,7 @@ deps =
pep8-naming
pyflakes
commands =
flake8 photo21 photologue
flake8 allauth_note_kfet photo21 photologue
[flake8]
ignore = W503, I100, I101