Skip to content

Commit

Permalink
Mypy: Ignore missing types in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Feb 19, 2024
1 parent 801d318 commit 8daa48e
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 @@ -28,3 +28,6 @@ ignore = [
"PLR0915", # too-many-statements
"PLW0603", # global-statement
]

[tool.mypy]
ignore_missing_imports = true

0 comments on commit 8daa48e

Please sign in to comment.