From 7ee0563d154fc831f292cc275ce36aa13b9ecbd6 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 13 Aug 2022 17:14:32 +0200 Subject: 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 --- stdnum/sg/uen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdnum/sg') 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 -- cgit v1.2.3