lists.arthurdejong.org
RSS feed

python-pskc branch master updated. 1.1-14-g39eaa71

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-pskc branch master updated. 1.1-14-g39eaa71



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  39eaa716a30a0e7d4d61ef21e20300bebb9ba308 (commit)
      from  0c035f2c5d4b8d0f4c6d9332f523c365076b9bb7 (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=39eaa716a30a0e7d4d61ef21e20300bebb9ba308

commit 39eaa716a30a0e7d4d61ef21e20300bebb9ba308
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Wed Jan 13 21:49:45 2021 +0100

    Ignore flake8 blind except Exception warning

diff --git a/setup.cfg b/setup.cfg
index b40fd48..0f31f53 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -27,6 +27,7 @@ builder = html man
 
 [flake8]
 ignore =
+  B902  # catching Exception is fine
   D105  # Missing docstring in magic method
   D107  # Missing docstring in __init__
   Q001  # Use of ''' multiline strings

-----------------------------------------------------------------------

Summary of changes:
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
python-pskc