Skip to content

Commit

Permalink
Add mypy config for files (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Feb 6, 2024
1 parent 026f5a8 commit 8ca6600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ ignore = [
]

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

0 comments on commit 8ca6600

Please sign in to comment.