From 2e5c646d7480c49637d106acfec439ef26426158 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 7 Jun 2016 19:08:54 -0500 Subject: [PATCH] Exclude our fixtures from Flake8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 03d30c8..045abb6 100644 --- a/tox.ini +++ b/tox.ini @@ -119,5 +119,5 @@ ignore = D203 # NOTE(sigmavirus24): Once we release 3.0.0 this exclude option can be specified # across multiple lines. Presently it cannot be specified across multiple lines. # :-( -exclude = .git,__pycache__,docs/source/conf.py,old,build,dist +exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,tests/fixtures/ max-complexity = 10