Skip to content

Commit

Permalink
ci: Ignore dependencies missing in CI in Pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Feb 15, 2024
1 parent 32679b2 commit bcad375
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
@@ -1,3 +1,6 @@
[tool.pylint.main]
ignored-modules = ["cupy", "cuquantum", "mpi4py"]

[tool.pylint.reports]
output-format = "colorized"

Expand Down

0 comments on commit bcad375

Please sign in to comment.