From b6901ea1e535cdf5140efa19a79ea2be373e6734 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 6 Sep 2020 20:49:06 +0200 Subject: [PATCH] Use flake8-django --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 1b0f4b55..1c32a412 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,7 @@ commands = deps = flake8 flake8-colors + flake8-django flake8-import-order flake8-typing-imports pep8-naming