summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-01-12 15:26:01 -0500
committerGitHub <noreply@github.com>2017-01-12 15:26:01 -0500
commit0b8211cdea639c0f9fdc0d8ba9a9954e2179388f (patch)
treee49cb49418c07ffad46ab1812032f66cb54cacab /setup.cfg
parentf03d2d42a2b419e9f3cbd3eeb17107e8b76f9a8f (diff)
parent9a259ef6926049011746d68bdea34404006e8f6a (diff)
downloadopenshift-0b8211cdea639c0f9fdc0d8ba9a9954e2179388f.tar.gz
openshift-0b8211cdea639c0f9fdc0d8ba9a9954e2179388f.tar.bz2
openshift-0b8211cdea639c0f9fdc0d8ba9a9954e2179388f.tar.xz
openshift-0b8211cdea639c0f9fdc0d8ba9a9954e2179388f.zip
Merge pull request #3087 from ashcrow/setuppy
Added setup.py to flake8 tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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