Skip to content

Commit

Permalink
MyPy ignore missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arjbingly committed Mar 24, 2024
1 parent 1722c0b commit ae40f93
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 @@ -116,3 +116,6 @@ docstring-code-format = true

[tool.ruff.lint.pydocstyle]
convention = "google"

[tool.mypy]
ignore_missing_imports = true

0 comments on commit ae40f93

Please sign in to comment.