Skip to content

Commit

Permalink
Change: Merge coverage config into pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jan 26, 2024
1 parent 6faf4d1 commit 0e70f9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .coveragerc

This file was deleted.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ files = "autohooks"
ignore_missing_imports = true
explicit_package_bases = true

[tool.coverage.run]
omit = ["tests/*", "*/__init__.py"]
source = ["autohooks"]

[tool.ruff]
line-length = 80
target-version = "py39"
Expand Down

0 comments on commit 0e70f9b

Please sign in to comment.