Loading .flakerules.toml +5 −0 Original line number Diff line number Diff line [tool.flakeheaven] colored = true max_line_length = 92 max_doc_length = 92 [tool.flakeheaven.plugins] mccabe = [ "+C", Loading pyproject.toml +3 −2 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ new-project = "project_templates:main" [tool.isort] force_single_line = true line_length = 92 [tool.unimport] Loading @@ -48,8 +49,6 @@ ignore-init = true [tool.flakeheaven] base = ".flakerules.toml" max_line_length = 92 max_doc_length = 92 [tool.mypy] Loading @@ -74,7 +73,9 @@ exclude_lines = [ "if .*\\b__name__\\b", "if .*\\bTYPE_CHECKING\\b", "class .*(.*\\bProtocol\\b.*):", "def __repr__", "@overload", "@(abc\\.)abstractmethod", ] partial_branches = [ "pragma: no branch", Loading Loading
.flakerules.toml +5 −0 Original line number Diff line number Diff line [tool.flakeheaven] colored = true max_line_length = 92 max_doc_length = 92 [tool.flakeheaven.plugins] mccabe = [ "+C", Loading
pyproject.toml +3 −2 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ new-project = "project_templates:main" [tool.isort] force_single_line = true line_length = 92 [tool.unimport] Loading @@ -48,8 +49,6 @@ ignore-init = true [tool.flakeheaven] base = ".flakerules.toml" max_line_length = 92 max_doc_length = 92 [tool.mypy] Loading @@ -74,7 +73,9 @@ exclude_lines = [ "if .*\\b__name__\\b", "if .*\\bTYPE_CHECKING\\b", "class .*(.*\\bProtocol\\b.*):", "def __repr__", "@overload", "@(abc\\.)abstractmethod", ] partial_branches = [ "pragma: no branch", Loading