Apply review comments

This commit is contained in:
2025-02-20 18:38:15 +01:00
parent 7f8304e407
commit aa66fc61ab
8 changed files with 42 additions and 20 deletions

View File

@ -126,6 +126,10 @@ ignore = [
[tool.ruff.lint.pydocstyle]
convention = "google"
[build-system] # A build system is needed to register a pytest plugin
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.entry-points.pytest11]
sith = "sith.pytest"