Updated setup files

Updated flake8 settings in config files
This commit is contained in:
Ethan Smith-Coss 2022-05-04 01:12:14 +01:00
parent a87c6b1998
commit c0eff133a9
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1
2 changed files with 8 additions and 2 deletions

View File

@ -41,4 +41,10 @@ testing =
clog = py.typed
[flake8]
max-line-length = 120
ignore = E266, E128, E261, E221, W292
max-line-length = 120
per-file-ignores =
clog/__init__.py:F401, F403
clog/utils/__init__.py:F401, F403
clog/_logger.py:E302, E701
setup.py:E126

View File

@ -8,7 +8,7 @@ REQUIRED_PYVERSION = (3, 6)
if CURRENT_PYVERSION < REQUIRED_PYVERSION:
sys.stderr.write(
"""
"""
==================================
Whoops, unsupported Python version
==================================