mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
repin flake8 and misc updates (#79)
* repin flake8, bump tox to >=4.0.0 as that's where whitelist was deprecated, misc updates
This commit is contained in:
8
tox.ini
8
tox.ini
@ -14,16 +14,16 @@ multi_line_output=3
|
||||
profile=black
|
||||
|
||||
[flake8]
|
||||
max-line-length= 88
|
||||
exclude= venv*,.tox,docs,build
|
||||
extend-ignore= E203
|
||||
max-line-length=88
|
||||
exclude=venv*,.tox,docs,build
|
||||
extend-ignore=E203
|
||||
|
||||
[testenv]
|
||||
usedevelop=True
|
||||
commands=
|
||||
core: pytest {posargs:tests/core}
|
||||
docs: make check-docs
|
||||
basepython =
|
||||
basepython=
|
||||
docs: python
|
||||
py37: python3.7
|
||||
py38: python3.8
|
||||
|
||||
Reference in New Issue
Block a user