Skip to content

Commit

Permalink
fix mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Jun 15, 2023
1 parent 816ed8c commit f8806f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ max-complexity = 30

[tool.mypy]
python_version = "3.10"
disallow_untyped_defs = true
disallow_untyped_defs = false
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = [
Expand Down

0 comments on commit f8806f3

Please sign in to comment.