Skip to content

Commit

Permalink
fix: 🩹 ignore useless warning
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Nov 9, 2024
1 parent 426395b commit b995a99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ pretty = true
module = ["types-Pillow", "jsonschema", "tsplib95.*", "ipywidgets.*", "IPython.*", "qiskit.*", "qiskit_algorithms.*", "matplotlib.*", "networkx.*", "mqt.ddsim.*", "joblib.*", "qiskit_optimization.*", "docplex.*", "typing_extensions.*", "numpy.*"]
ignore_missing_imports = true


[tool.check-wheel-contents]
ignore = ["W002"] # Triggers on __init__.py's


[tool.ruff]
line-length = 120
preview = true
Expand Down

0 comments on commit b995a99

Please sign in to comment.