From 73fffc41c26f66f7efe6d7d7b1d28b0f8d8286b7 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 5 Sep 2023 20:38:19 +0100 Subject: [PATCH] Remove usage .flake8 config file --- .flake8 | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .flake8 diff --git a/.flake8 b/.flake8 deleted file mode 100644 index b5c78ad..0000000 --- a/.flake8 +++ /dev/null @@ -1,17 +0,0 @@ -[flake8] -max-line-length=120 -docstring-convention=all -application_import_names=src -exclude=.cache,.venv,.git -ignore= - B311,W503,E226,S311,T000 - # Missing Docstrings - D100,D104,D105,D107, - # Docstring Whitespace - D203,D212,D214,D215, - # Docstring Quotes - D301,D302, - # Docstring Content - D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417 - # Type Annotations - ANN002,ANN003,ANN101,ANN102,ANN204,ANN206