From 723d1828ec170ae484a00deb363f62c44edd6688 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Tue, 31 May 2022 05:29:35 -0400 Subject: [PATCH] configure flake8 to be compatible with black --- python/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tox.ini b/python/tox.ini index 4cadb72e6..49ea8eac9 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -89,3 +89,4 @@ markers = [flake8] max-line-length = 120 +ignore = E203, E266, E501, W503 \ No newline at end of file