mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
ignore flake8 F401 errors in __init__.py files
This commit is contained in:
3
tox.ini
3
tox.ini
@ -16,9 +16,10 @@ multi_line_output=3
|
|||||||
profile=black
|
profile=black
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length=88
|
|
||||||
exclude=venv*,.tox,docs,build
|
exclude=venv*,.tox,docs,build
|
||||||
extend-ignore=E203
|
extend-ignore=E203
|
||||||
|
max-line-length=88
|
||||||
|
per-file-ignores=__init__.py:F401
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop=True
|
usedevelop=True
|
||||||
|
|||||||
Reference in New Issue
Block a user