diff --git a/.flake8 b/.flake8 index 4202a253..4b631a19 100644 --- a/.flake8 +++ b/.flake8 @@ -4,7 +4,9 @@ ignore = E501, # W503 & E203 are not PEP 8 compliant and conflicts with black W503, - E203 + E203, + # Ignore "f-string is missing placeholders" + F541 exclude = .git, __pycache__,