Updated setup files
Updated flake8 settings in config files
This commit is contained in:
parent
a87c6b1998
commit
c0eff133a9
|
|
@ -41,4 +41,10 @@ testing =
|
||||||
clog = py.typed
|
clog = py.typed
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
ignore = E266, E128, E261, E221, W292
|
||||||
max-line-length = 120
|
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
|
||||||
2
setup.py
2
setup.py
|
|
@ -8,7 +8,7 @@ REQUIRED_PYVERSION = (3, 6)
|
||||||
|
|
||||||
if CURRENT_PYVERSION < REQUIRED_PYVERSION:
|
if CURRENT_PYVERSION < REQUIRED_PYVERSION:
|
||||||
sys.stderr.write(
|
sys.stderr.write(
|
||||||
"""
|
"""
|
||||||
==================================
|
==================================
|
||||||
Whoops, unsupported Python version
|
Whoops, unsupported Python version
|
||||||
==================================
|
==================================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user