Skip to content

Commit

Permalink
chore: update pyproject config
Browse files Browse the repository at this point in the history
  • Loading branch information
daneisburgh committed Dec 11, 2023
1 parent 65178bc commit 2e3abdb
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,17 @@ line-length = 120

[tool.coverage.run]
branch = true
source = [
"freeholdforecast"
]
source = ["invaas"]

[tool.coverage.report]

exclude_lines = [
"if self.debug:",
"pragma: no cover",
"raise NotImplementedError",
"if __name__ == .__main__.:"
]

ignore_errors = true
omit = [
"tests/*",
"setup.py",
"dbx_gen_prospector/common.py",
# this file is autogenerated by dbx
"freeholdforecast/common.py"
]
omit = ["tests/*", "setup.py"]

[tool.mypy]
exclude = ["setup.py", "notebooks"]
Expand Down

0 comments on commit 2e3abdb

Please sign in to comment.