From f1ab0acb053facb2cd250690fd3cae3bb816d866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Wed, 2 Aug 2023 14:47:41 +0200 Subject: [PATCH] Updating .flake8 config --- .flake8 | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.flake8 b/.flake8 index aa948b0..bde6652 100644 --- a/.flake8 +++ b/.flake8 @@ -3,15 +3,6 @@ ignore = E501,W503,FS003,F403,F405,E203 include = src max-line-length = 88 max-doc-length = 88 -# mccabe cyclomatic complexity max-complexity = 7 -# flake8-expression-complexity max-expression-complexity = 5.5 -# flake8-class-attributes-order -use_class_attributes_order_strict_mode=True -# flake8-eradicate -# this -eradicate_whitelist_extend = "#openapi.yaml#" -per-file-ignores = - services/*/generated/*: F401,W505 - services/*/on_service_ready.py: F401,E800 \ No newline at end of file +use_class_attributes_order_strict_mode=True \ No newline at end of file