Skip to content

Commit

Permalink
pyproject.toml: remove unneeded config steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Jul 9, 2024
1 parent 979920f commit a576d68
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,7 @@ explicit_package_bases = "True"
[tool.coverage.run]
omit = [
"py_template/__init*",
"py_template/*setup_package*",
"py_template/extern/*",
"*/py_template/__init*",
"*/py_template/*setup_package*",
"*/py_template/extern/*",
"test/*",
"*/test/*",
"test/conftest.py",
"test/conftest.py",
]

0 comments on commit a576d68

Please sign in to comment.