python-stdnum branch master updated. 1.17-12-ge831d07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.17-12-ge831d07
- 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, python-stdnum-commits [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.17-12-ge831d07
- Date: Mon, 9 May 2022 22:43:06 +0200 (CEST)
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 e831d07a7f8c01a22b10d67f716a94c9ec456cd2 (commit)
from 7d81eac6f26ba0b4abbc6ddc9593ffec6d2ffd47 (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=e831d07a7f8c01a22b10d67f716a94c9ec456cd2
commit e831d07a7f8c01a22b10d67f716a94c9ec456cd2
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Mon May 9 22:41:48 2022 +0200
Ignore flake8 complaining about print statements
It seems that flake8 now uses T201 instead of T001 for this check.
diff --git a/setup.cfg b/setup.cfg
index da1f59a..ab00d3f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,7 +37,7 @@ ignore =
F403,F405 # we use * imports
Q001 # we use '''...''' multi-line strings
Q003 # don't force "" strings to avoid escaping quotes
- T001 # we use print statements in the update scripts
+ T001,T201 # 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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
python-stdnum
- python-stdnum branch master updated. 1.17-12-ge831d07,
Commits of the python-stdnum project