We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
src
1 parent c451150 commit baf1f91Copy full SHA for baf1f91
1 file changed
pyproject.toml
@@ -41,6 +41,9 @@ omit = ["__main__.py"]
41
[tool.coverage.run]
42
source = ["bonacci"]
43
44
+[tool.hatch.build.targets.sdist]
45
+include = ["src"]
46
+
47
[tool.ruff.lint]
48
select = ["ALL"]
49
ignore = ["COM812", "D"]
0 commit comments