Skip to content

Commit

Permalink
update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Nov 17, 2024
1 parent c9af44a commit ad6d338
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,16 +190,16 @@ disable = [
]

[tool.vulture]
ignore_decorators = [
"@_common.deprecated_method",
"@atexit.register",
"@pytest.fixture",
]
exclude = [
"docs/conf.py",
"psutil/_compat.py",
"scripts/internal/winmake.py",
]
ignore_decorators = [
"@_common.deprecated_method",
"@atexit.register",
"@pytest.fixture",
]

[tool.rstcheck]
ignore_messages = [
Expand Down

0 comments on commit ad6d338

Please sign in to comment.