Skip to content

Commit

Permalink
Merge pull request #242 from pymc-labs/exclude-dist-from-interrogate
Browse files Browse the repository at this point in the history
exclude dist folder from interrogate in `pyproject.toml`
  • Loading branch information
drbenvincent authored Sep 18, 2023
2 parents 4a92d65 + 32d8508 commit 174641e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ignore-nested-functions = false
ignore-nested-classes = true
ignore-setters = false
fail-under = 85
exclude = ["setup.py", "docs", "build"]
exclude = ["setup.py", "docs", "build", "dist"]
ignore-regex = ["^get$", "^mock_.*", ".*BaseClass.*"]
# possible values: 0 (minimal output), 1 (-v), 2 (-vv)
verbose = 1
Expand Down

0 comments on commit 174641e

Please sign in to comment.