We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95acf7 commit 56aab76Copy full SHA for 56aab76
pyproject.toml
@@ -72,3 +72,11 @@ fixable = ["I", "TID252"]
72
[tool.ruff.lint.flake8-tidy-imports]
73
# Disallow all relative imports.
74
ban-relative-imports = "all"
75
+
76
+[tool.coverage.run]
77
+source = ["minimum_versions"]
78
+branch = true
79
80
+[tool.coverage.report]
81
+show_missing = true
82
+exclude_lines = ["pragma: no cover", "if TYPE_CHECKING"]
0 commit comments