From 9a259ef6926049011746d68bdea34404006e8f6a Mon Sep 17 00:00:00 2001 From: Steve Milner Date: Thu, 12 Jan 2017 15:14:05 -0500 Subject: Added setup.py to flake8 tests Added setup.py to flake8 tests since it is code. Also minor updates to slightly modernize. Note: In the future {#} should probably be ported to {} as numbering is no longer needed (and disliked by many). --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index d55df9d37..06346852c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,6 @@ excludes=.tox,utils,files lint_disable=fixme,locally-disabled,file-ignored,duplicate-code [flake8] -exclude=.tox/*,setup.py,utils/*,inventory/* +exclude=.tox/*,utils/*,inventory/* max_line_length = 120 ignore = E501,T003 -- cgit v1.2.1