Skip to content

Commit

Permalink
Simplify vulture configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Grande committed Feb 10, 2023
1 parent e5a628f commit 2ed0a6d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,4 @@ ignore-nested-functions = true

[tool.vulture]
paths = ["src/orca/"]
# exclude = ["*file*.py", "dir/"]
# ignore_decorators = ["@app.route", "@require_*"]
# ignore_names = ["visit_*", "do_*"]
# make_whitelist = true
min_confidence = 80
# sort_by_size = true
# verbose = true

0 comments on commit 2ed0a6d

Please sign in to comment.