Skip to content

Commit

Permalink
Ignore mypy import errors (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Feb 6, 2024
1 parent bc9ef41 commit 7625d6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ ignore = [
"E501", # line too long - defer to `black`
"E731", # No lambdas — too strict
]

[tool.mypy]
# TODO: ideally we would list the modules that aren't yet typed
ignore_missing_imports = true

0 comments on commit 7625d6d

Please sign in to comment.