Skip to content

Commit

Permalink
chore: ignore W002 in check-wheel-contents
Browse files Browse the repository at this point in the history
Adds `ignore = ["W002"]` to the `[tool.check-wheel-contents]` section in `pyproject.toml` to suppress the W002 warning during wheel content checks.
  • Loading branch information
liblaf committed Feb 1, 2025
1 parent e2bcb37 commit 699e83e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ readme = "docs/README.md"
requires-python = ">=3.12"
version = "0.0.0"

[tool.check-wheel-contents]
ignore = ["W002"]

[tool.uv]
default-groups = ["build", "dev", "docs"]

0 comments on commit 699e83e

Please sign in to comment.