summaryrefslogtreecommitdiff
path: root/pbr/core.py
diff options
context:
space:
mode:
authorLuo Gangyi <luogangyi@chinamobile.com>2015-12-08 21:37:49 -0800
committerLuo Gangyi <luogangyi@chinamobile.com>2015-12-08 22:35:42 -0800
commit768c53474ddaf78e6e89f56b36ac3273a6031b0a (patch)
tree4acc20ae6c5990cd8981733325cec86704c429b3 /pbr/core.py
parent36a2bf130999f06562b5eb063e1c49ae2d6e35a7 (diff)
downloadpbr-768c53474ddaf78e6e89f56b36ac3273a6031b0a.tar.gz
Enable pep8 H405 tests
Enabled H405 multi line docstring summary not separated with an empty line in tox testing. Change-Id: I1a4bfbd2bad6eb2c132843ca21451807737121df Closes-Bug:#1524176
Diffstat (limited to 'pbr/core.py')
-rw-r--r--pbr/core.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/pbr/core.py b/pbr/core.py
index ef6a546..3cbd0d6 100644
--- a/pbr/core.py
+++ b/pbr/core.py
@@ -75,8 +75,10 @@ else:
def pbr(dist, attr, value):
- """Implements the actual pbr setup() keyword. When used, this should be
- the only keyword in your setup() aside from `setup_requires`.
+ """Implements the actual pbr setup() keyword.
+
+ When used, this should be the only keyword in your setup() aside from
+ `setup_requires`.
If given as a string, the value of pbr is assumed to be the relative path
to the setup.cfg file to use. Otherwise, if it evaluates to true, it