From d29a47451be76c2482ecf46e047af059879cc44a Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Tue, 6 Feb 2024 14:20:44 -0800 Subject: [PATCH] Remove old `setup.cfg` file --- setup.cfg | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index b8c15b3..0000000 --- a/setup.cfg +++ /dev/null @@ -1,12 +0,0 @@ - -[flake8] -ignore = - # whitespace before ':' - doesn't work well with black - E203 - E402 - # line too long - let black worry about that - E501 - # do not assign a lambda expression, use a def - E731 - # line break before binary operator - W503