mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Remove the TODO flag for flake8
This commit is contained in:
1
Makefile
1
Makefile
@ -7,7 +7,6 @@ format:
|
|||||||
lintroll:
|
lintroll:
|
||||||
# NOTE: disabling `mypy` until we get typing sorted in this repo
|
# NOTE: disabling `mypy` until we get typing sorted in this repo
|
||||||
# mypy -p libp2p -p examples --config-file {toxinidir}/mypy.ini
|
# mypy -p libp2p -p examples --config-file {toxinidir}/mypy.ini
|
||||||
# TODO: add flake8
|
|
||||||
black --check $(FILES_TO_LINT)
|
black --check $(FILES_TO_LINT)
|
||||||
isort --recursive --check-only $(FILES_TO_LINT)
|
isort --recursive --check-only $(FILES_TO_LINT)
|
||||||
flake8 $(FILES_TO_LINT)
|
flake8 $(FILES_TO_LINT)
|
||||||
|
|||||||
Reference in New Issue
Block a user