diff --git a/pyproject.toml b/pyproject.toml index 2b83921..0bf5bc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,14 @@ requires = ["hatchling", "hatch-vcs"] build-backend = "hatchling.build" +# Tests +[tool.coverage.run] +omit = [ + "tests/*", +] + + + # Linters [tool.ruff.lint] extend-select = ["I"]