From 2b47410cbf116c34f477b507485ed2011e605a34 Mon Sep 17 00:00:00 2001 From: Tyson Smith Date: Thu, 26 Sep 2024 13:10:14 -0700 Subject: [PATCH] ci: remove unused flake8 config --- tox.ini | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tox.ini b/tox.ini index 13ff94e6..1d960aae 100644 --- a/tox.ini +++ b/tox.ini @@ -61,13 +61,3 @@ deps = twine wheel skip_install = true - -[flake8] -# E203, W503, and W504 are all black compat -ignore = - E203 - W503 -enable = - W504 -max-line-length = 88 -show-source = true