diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2022-08-13 17:14:32 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2022-08-13 17:16:24 +0200 |
commit | 7ee0563d154fc831f292cc275ce36aa13b9ecbd6 (patch) | |
tree | dd23138ac75b4385a4ffc3bfe9b1b4e7fe79de60 /stdnum/sg | |
parent | 351be74e0d0da0e1ac5062a04fa161df12ca6c31 (diff) |
Put long line flake8 ignores in files instead of globally
We have some long URLs in the code (mostly in docstrings) and wrapping
them does not improve readability (and is difficult in docstrings) so
the E501 ignore is now put inside each file instead of globally.
Closes https://github.com/arthurdejong/python-stdnum/pull/302
Diffstat (limited to 'stdnum/sg')
-rw-r--r-- | stdnum/sg/uen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/sg/uen.py b/stdnum/sg/uen.py index 2b49be1..4f59750 100644 --- a/stdnum/sg/uen.py +++ b/stdnum/sg/uen.py @@ -54,7 +54,7 @@ More information: Traceback (most recent call last): ... InvalidLength: ... -""" +""" # noqa: E501 # There are some references to special 10-digit (or 7-digit) numbers that # start with an F for foreign companies but it is unclear whether this is |