Update pyproject.toml

This commit is contained in:
Bruno Oliveira 2023-02-09 14:09:09 -03:00 committed by GitHub
parent c58c572288
commit 7986175147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -114,3 +114,7 @@ template = "changelog/_template.rst"
[tool.black]
target-version = ['py37']
[tool.check-wheel-contents]
# W009: Wheel contains multiple toplevel library entries
ignore = "W009"