From b6da89f519b7ceebf7671cc20c4ce514dd2f3477 Mon Sep 17 00:00:00 2001 From: juanitorduz Date: Mon, 6 Nov 2023 18:10:44 +0100 Subject: [PATCH] remove .flake8 file --- .flake8 | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .flake8 diff --git a/.flake8 b/.flake8 deleted file mode 100644 index 6c6bc586..00000000 --- a/.flake8 +++ /dev/null @@ -1,8 +0,0 @@ -[flake8] -max-line-length = 88 -extend-ignore = E203, E501 -per-file-ignores = */__init__.py:F401,F403 - -# flake8 does not support pyproject.toml -# https://github.com/PyCQA/flake8/issues/234 -# https://stackoverflow.com/questions/64482562/specify-per-file-ignores-with-pyproject-toml-and-flake8