From 2e3abdbb4863133f544ee021cd4626ebf64271a8 Mon Sep 17 00:00:00 2001 From: Dane Isburgh Date: Mon, 11 Dec 2023 14:15:28 -0500 Subject: [PATCH] chore: update pyproject config --- pyproject.toml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e13744..be52d6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]