summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2016-05-16 16:46:26 -0500
committerSteve Martinelli <s.martinelli@gmail.com>2016-05-17 00:23:30 +0000
commitee73f702a3cbcbd023942af0836eb3264337d99c (patch)
treedbc9dbdc940fa6407248c4a6d3aab32fa9039eda /tox.ini
parentc813c35214b44ebd135d89ea43bf55d3d327a11c (diff)
downloadkeystonemiddleware-ee73f702a3cbcbd023942af0836eb3264337d99c.tar.gz
Fix D202: No blank lines allowed after function docstring (PEP257)
Change-Id: I634dc4b1dd8fcbab05958d528888325451e2f930
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f2e45f0..c934265 100644
--- a/tox.ini
+++ b/tox.ini
@@ -42,8 +42,7 @@ commands = oslo_debug_helper {posargs}
# D104: Missing docstring in public package
# D105: Missing docstring in magic method
# D200: One-line docstring should fit on one line with quotes
-# D202: No blank lines allowed after function docstring
-ignore = D100,D101,D102,D103,D104,D105,D200,D202
+ignore = D100,D101,D102,D103,D104,D105,D200
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*