arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
499 stars 208 forks source link

flake8: Either ignore long lines or set max-line-length but not both! #302

Closed cclauss closed 2 years ago

cclauss commented 2 years ago

The remaining flake8 errors are fixed in #301

arthurdejong commented 2 years ago

Thanks for pointing this out. I fixed this in 7ee0563 by specifying the long line ignores in the places where they were needed instead of globally.