diff --git a/pyproject.toml b/pyproject.toml index 1739e2f1..35ab26e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,4 +9,4 @@ line_length = 119 testpaths = ["tests"] # Search for tests in tests/ [tool.coverage.run] -omit = ["venv/*"] # when running pytest --cov, dont report coverage in venv directories \ No newline at end of file +omit = ["venv/*"] # when running pytest --cov, dont report coverage in venv directories