summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-09-05 09:52:42 +0200
committerHynek Schlawack <hs@ox.cx>2015-09-05 09:52:42 +0200
commit9cdf2b95f2d701df700c0c00351ae3e29b728a73 (patch)
treea03bcdc710841527816775977e92c4e5d6268da0 /setup.cfg
parentd73a955d0d2a2c1e30e239617121166d9f42f569 (diff)
downloadpyopenssl-9cdf2b95f2d701df700c0c00351ae3e29b728a73.tar.gz
Enforce PEP8 empty lines
Since the current state is ambiguous, we took a vote which route to take. @alex, @dreid, @reaperhulk, and me were all in favor of PEP8; that seems enough of a consensus.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index f0b8316..5d01381 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,6 +11,3 @@ build-requires = openssl-devel python-devel python-sphinx
group = Development/Libraries
build_script = rpm/build_script
doc-files = doc/_build/html
-
-[flake8]
-ignore = E303