mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
add autoflake to lint and move config to pyproject.toml
This commit is contained in:
9
tox.ini
9
tox.ini
@ -6,15 +6,6 @@ envlist=
|
||||
py311-wheel-windows
|
||||
docs
|
||||
|
||||
[isort]
|
||||
combine_as_imports=True
|
||||
force_grid_wrap=1
|
||||
force_sort_within_sections=True
|
||||
known_third_party=hypothesis,pytest
|
||||
known_first_party=<MODULE_NAME>
|
||||
multi_line_output=3
|
||||
profile=black
|
||||
|
||||
[flake8]
|
||||
exclude=venv*,.tox,docs,build
|
||||
extend-ignore=E203
|
||||
|
||||
Reference in New Issue
Block a user