diff --git a/pyproject.toml b/pyproject.toml index 6320615e..f7071d94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,4 +87,7 @@ aggressive = 3 line-length = 200 [tool.pylint] -max-line-length = 200 \ No newline at end of file +max-line-length = 200 + +[tool.flake8] +extend-ignore = E501, W292, W291, W293 \ No newline at end of file