From cb6b0c4855885c03d056acb8f98c96de986e081e Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 15 Jan 2016 13:51:13 +0100 Subject: Fix flake8 / PEP 8 violations https://fedorahosted.org/pki/ticket/1738 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 748e3d0db..4024f1df4 100644 --- a/tox.ini +++ b/tox.ini @@ -90,7 +90,7 @@ python_files = tests/python/*.py [flake8] ignore = N802,N806,N812 -exclude = .tox,*.egg,dist,build,conf.py,tests/*,.git +exclude = .tox,*.egg,dist,build,conf.py,tests/dogtag/*,.git filename = *.py,pki,pkidestroy,pki-upgrade,pki-server,pki-server-upgrade,pkispawn,[0-9][0-9]-* show-source = true max-line-length = 99 -- cgit