diff --git a/.flake8 b/.flake8 deleted file mode 100644 index 0d8210c..0000000 --- a/.flake8 +++ /dev/null @@ -1,14 +0,0 @@ -[flake8] -# More options are here: https://flake8.pycqa.org/en/latest/user/options.html -ignore = - H301, - H401 - -exclude = - .venv, - .git, - .idea, - __pycache__ - -max_complexity = 10 -max-line-length = 120