Skip to content

Commit

Permalink
🚨 ignore some rules from check-wheel-contents
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Jan 27, 2024
1 parent ed893e6 commit 0cb680c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ BUILD_MQT_CORE_TESTS = "OFF"
write_to = "src/mqt/core/_version.py"


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


[tool.pytest.ini_options]
minversion = "7.0"
addopts = ["-ra", "--strict-markers", "--strict-config"]
Expand Down

0 comments on commit 0cb680c

Please sign in to comment.