Skip to content

Commit

Permalink
Change vulture to exclude cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnye0 committed May 9, 2024
1 parent fb5061a commit 9afc633
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 @@ -107,7 +107,7 @@ exclude_dirs = ["tests"]
targets = "src/sugar/"

[tool.vulture]
exclude = ["tests"]
exclude = ["tests", "src/sugar/cli.py"]
ignore_decorators = []
ignore_names = []
make_whitelist = true
Expand Down

0 comments on commit 9afc633

Please sign in to comment.