lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.11-13-gc969fc8

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

python-stdnum branch master updated. 1.11-13-gc969fc8



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  c969fc8ac83a42f5d7acbd2d0e1a32f619a33ce8 (commit)
      from  170e5992cc076dca3ef869322c1eef252f26ccce (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=c969fc8ac83a42f5d7acbd2d0e1a32f619a33ce8

commit c969fc8ac83a42f5d7acbd2d0e1a32f619a33ce8
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Jun 2 16:34:39 2019 +0200

    Ignore wrong docstring detection
    
    Fixes 170e599

diff --git a/stdnum/eu/nace.py b/stdnum/eu/nace.py
index 1f3a34c..4109cc6 100644
--- a/stdnum/eu/nace.py
+++ b/stdnum/eu/nace.py
@@ -82,7 +82,7 @@ def get_label(number):
 
 
 def label(number):  # pragma: no cover (deprecated function)
-    """DEPRECATED: use `get_label()` instead."""
+    """DEPRECATED: use `get_label()` instead."""  # noqa: D402
     warnings.warn(
         'label() has been to get_label()',
         DeprecationWarning, stacklevel=2)

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

Summary of changes:
 stdnum/eu/nace.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
python-stdnum