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