lists.arthurdejong.org
RSS feed

python-pskc branch master updated. 1.2-1-g99422c0

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

python-pskc branch master updated. 1.2-1-g99422c0



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  99422c04c5d92000dd5328834b57a5c5c5eae3ef (commit)
      from  f2f0fb57e6945577896fdf696331dd5fb9779fb3 (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=99422c04c5d92000dd5328834b57a5c5c5eae3ef

commit 99422c04c5d92000dd5328834b57a5c5c5eae3ef
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sat Dec 3 13:22:04 2022 +0100

    Avoid newer flake8
    
    The new 6.0.0 contains a number of backwards incompatible changes
    for which plugins need to be updated and configuration needs to be
    updated.
    
    Sadly the maintainer no longer accepts contributions or discussion
    See https://github.com/PyCQA/flake8/issues/1760

diff --git a/tox.ini b/tox.ini
index bc2066b..6e67575 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,7 @@ setenv=
 
 [testenv:flake8]
 skip_install = true
-deps = flake8
+deps = flake8<6.0
        flake8-author
        flake8-blind-except
        py{35,36,37,38,39,310}: flake8-bugbear

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

Summary of changes:
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
python-pskc