diff --git a/.flake8 b/.flake8 index bde6652..9c09104 100644 --- a/.flake8 +++ b/.flake8 @@ -4,5 +4,5 @@ include = src max-line-length = 88 max-doc-length = 88 max-complexity = 7 -max-expression-complexity = 5.5 -use_class_attributes_order_strict_mode=True \ No newline at end of file +max-expression-complexity = 7 +use_class_attributes_order_strict_mode=True diff --git a/pyproject.toml b/pyproject.toml index 5101ca9..f5aca10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ venvPath = "." venv = ".venv" typeCheckingMode = "basic" reportUnknownMemberType = true +reportUnknownParameterType = true [tool.black] line-length = 88