Skip to content

Commit 174641e

Browse files
authored
Merge pull request #242 from pymc-labs/exclude-dist-from-interrogate
exclude dist folder from interrogate in `pyproject.toml`
2 parents 4a92d65 + 32d8508 commit 174641e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ ignore-nested-functions = false
117117
ignore-nested-classes = true
118118
ignore-setters = false
119119
fail-under = 85
120-
exclude = ["setup.py", "docs", "build"]
120+
exclude = ["setup.py", "docs", "build", "dist"]
121121
ignore-regex = ["^get$", "^mock_.*", ".*BaseClass.*"]
122122
# possible values: 0 (minimal output), 1 (-v), 2 (-vv)
123123
verbose = 1

0 commit comments

Comments
 (0)