Verified Commit 1c71ad97 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Update project settings from other projects

parent 4c9d3b2d
Loading
Loading
Loading
Loading
+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",
+3 −2
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ new-project = "project_templates:main"

[tool.isort]
force_single_line = true
line_length = 92


[tool.unimport]
@@ -48,8 +49,6 @@ ignore-init = true

[tool.flakeheaven]
base = ".flakerules.toml"
max_line_length = 92
max_doc_length = 92


[tool.mypy]
@@ -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",