python-stdnum branch master updated. 1.10-1-g8677d04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.10-1-g8677d04
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
 
- To: python-stdnum-commits [at] lists.arthurdejong.org
 
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org
 
- Subject: python-stdnum branch master updated. 1.10-1-g8677d04
 
- Date: Sun, 11 Nov 2018 17:15:02 +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-stdnum".
The branch, master has been updated
       via  8677d04106a00714ecc1a9ed6865c201537aca88 (commit)
      from  a68f3ca26006f86110f555b6820e836fc944c7f9 (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-stdnum/commit/?id=8677d04106a00714ecc1a9ed6865c201537aca88
commit 8677d04106a00714ecc1a9ed6865c201537aca88
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Nov 11 16:05:53 2018 +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 fe5ede6..49ee58d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,5 +33,6 @@ ignore =
   F403,F405  # we use * imports
   Q001  # we use '''...''' multi-line strings
   T001  # we use print statements in the update scripts
+  W504  # we put the binary operator on the preceding line
 max-complexity = 15
 max-line-length = 120
-----------------------------------------------------------------------
Summary of changes:
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)
hooks/post-receive
-- 
python-stdnum
-- 
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/python-stdnum-commits/
- python-stdnum branch master updated. 1.10-1-g8677d04,
Commits of the python-stdnum project