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 4708a0a commit 0e8c00dCopy full SHA for 0e8c00d
pyproject.toml
@@ -74,7 +74,7 @@ extend-exclude = '(\.github)'
74
# Coverage
75
# https://coverage.readthedocs.io/en/latest/
76
[tool.coverage.run]
77
-omit = ["_version.py", "utils.py"]
+omit = ["_version.py", "app.py", "utils.py"]
78
source = ["src"]
79
80
# Hatchling
0 commit comments