From 2995c7f39171060b43069c11c01e0c9328b2749e Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Fri, 5 Apr 2019 19:04:11 -0400 Subject: [PATCH] Add flake8-quotes to tox.ini --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 74cf8e25..77e5ae63 100644 --- a/tox.ini +++ b/tox.ini @@ -50,6 +50,7 @@ per-file-ignores = deps = flake8 flake8-commas + flake8-quotes skip_install = true commands = flake8 core tests setup.py