From 0b11e3200056e38ed1b561bfd0d80f428d36b4b7 Mon Sep 17 00:00:00 2001 From: mhchia Date: Sun, 4 Aug 2019 00:32:32 +0800 Subject: [PATCH] Remove the `TODO` flag for flake8 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 2cc4959..3e8feeb 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ format: lintroll: # NOTE: disabling `mypy` until we get typing sorted in this repo # mypy -p libp2p -p examples --config-file {toxinidir}/mypy.ini - # TODO: add flake8 black --check $(FILES_TO_LINT) isort --recursive --check-only $(FILES_TO_LINT) flake8 $(FILES_TO_LINT)