Loading .flakerules.toml +6 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,12 @@ flake8-print = [ ] flake8-return = [ "+R*", # DISABLE "missing explicit return at the end of function able to return # non-None value" # Mypy will report this, plugin also cannot do exhaustiveness check of match # block, leading to false-positives. "-R503", ] [tool.flakeheaven.exceptions."**/__init__.py"] Loading Loading
.flakerules.toml +6 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,12 @@ flake8-print = [ ] flake8-return = [ "+R*", # DISABLE "missing explicit return at the end of function able to return # non-None value" # Mypy will report this, plugin also cannot do exhaustiveness check of match # block, leading to false-positives. "-R503", ] [tool.flakeheaven.exceptions."**/__init__.py"] Loading