From 2d6905486d0c39e27c270df19e540399d1de6781 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Sun, 12 Dec 2021 08:52:22 -0600 Subject: [PATCH] Changed flake8 to use config files --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 333d5a4..53dd214 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ deps= flake8 commands= - flake8 . --ignore=E501 --exclude=build/,dist/,.tox/,doc_src + flake8 [testenv:coverage-report] commands =