python-stdnum branch master updated. 1.20-15-gdc850d6
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.20-15-gdc850d6
- 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.20-15-gdc850d6
- Date: Sat, 21 Sep 2024 19:18:36 +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 dc850d6c8cc62bcdd88ef5e804f0c86381b97c11 (commit)
from 0ceb2b9ad23bd3fb29afcafe760a1101b73e639d (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=dc850d6c8cc62bcdd88ef5e804f0c86381b97c11
commit dc850d6c8cc62bcdd88ef5e804f0c86381b97c11
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Sep 21 19:14:41 2024 +0200
Ignore deprecation warnings in flake8 target
This silences a ton of ast deprecation warnings that we can't fix in
python-stdnum anyway.
diff --git a/tox.ini b/tox.ini
index b70a3d1..f338dd9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,6 +29,8 @@ deps = flake8<6.0
flake8-tuple
pep8-naming
commands = flake8 .
+setenv=
+ PYTHONWARNINGS=ignore
[testenv:docs]
use_develop = true
-----------------------------------------------------------------------
Summary of changes:
tox.ini | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
python-stdnum
- python-stdnum branch master updated. 1.20-15-gdc850d6,
Commits of the python-stdnum project