python-stdnum branch master updated. 1.18-1-g7a91a98
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.18-1-g7a91a98
- 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.18-1-g7a91a98
- Date: Sat, 3 Dec 2022 13:21:09 +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 7a91a98d754a6d80537ccce06ab418a779342a94 (commit)
from 60a90ede3b5a0a91c9cc0cf5120abd16f8e794ff (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=7a91a98d754a6d80537ccce06ab418a779342a94
commit 7a91a98d754a6d80537ccce06ab418a779342a94
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Mon Nov 28 15:22:14 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 63dd3bd..3120136 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ setenv=
[testenv:flake8]
skip_install = true
-deps = flake8
+deps = flake8<6.0
flake8-author
flake8-blind-except
flake8-bugbear
-----------------------------------------------------------------------
Summary of changes:
tox.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
python-stdnum
- python-stdnum branch master updated. 1.18-1-g7a91a98,
Commits of the python-stdnum project