mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Apply review comments
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user