From 3ca5cd98e51ce1773068f61a1e9d45de09dba765 Mon Sep 17 00:00:00 2001 From: sstock <92024317+SStock1@users.noreply.github.com> Date: Thu, 2 May 2024 11:17:29 +0100 Subject: [PATCH] removing flake8 (#50) Co-authored-by: Samuel Stock --- .flake8 | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .flake8 diff --git a/.flake8 b/.flake8 deleted file mode 100644 index 2882934..0000000 --- a/.flake8 +++ /dev/null @@ -1,17 +0,0 @@ -[flake8] -exclude = - venv*, - __pycache__, - node_modules, - bower_components, - migrations -max-complexity = 9 -max-line-length = 99 -# Rule definitions: http://flake8.pycqa.org/en/latest/user/error-codes.html -# D203: 1 blank line required before class docstring -# E203: whitespace before ',', ';', or ':' -# W503: line break before binary operator -extend-ignore = - D203, - E203, - W503