python-pskc branch master updated. 1.0-22-gc2abbec
[Date Prev][
Date Next]
[Thread Prev][
Thread Next]
python-pskc branch master updated. 1.0-22-gc2abbec
- From: Commits of the python-pskc project <python-pskc-commits [at] lists.arthurdejong.org>
- To: python-pskc-commits [at] lists.arthurdejong.org
- Reply-to: python-pskc-users [at] lists.arthurdejong.org
- Subject: python-pskc branch master updated. 1.0-22-gc2abbec
- Date: Sun, 10 Feb 2019 19:49:51 +0100 (CET)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-pskc".
The branch, master has been updated
via c2abbec04dd0a0af046dd4912aed8cf8e8a03cd1 (commit)
from 5e93d32b75ef465903037ed1ea8b61e0094e7830 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-pskc/commit/?id=c2abbec04dd0a0af046dd4912aed8cf8e8a03cd1
commit c2abbec04dd0a0af046dd4912aed8cf8e8a03cd1
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sun Feb 10 19:48:07 2019 +0100
Make the multi-line operator place explicit
Recent versions of flake8 changed the defaults of the errors to ignore.
diff --git a/setup.cfg b/setup.cfg
index 77d3c1f..b40fd48 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,5 +30,6 @@ ignore =
D105 # Missing docstring in magic method
D107 # Missing docstring in __init__
Q001 # Use of ''' multiline strings
+ W504 # we put the binary operator on the preceding line
max-complexity = 14
max-line-length = 78
-----------------------------------------------------------------------
Summary of changes:
setup.cfg | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
python-pskc
--
To unsubscribe send an email to
python-pskc-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/python-pskc-commits/
- python-pskc branch master updated. 1.0-22-gc2abbec,
Commits of the python-pskc project