Skip to content

Commit

Permalink
Simplify mypy overrides.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaya-mankad committed Dec 6, 2023
1 parent 1b874aa commit c206c2c
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 @@ -31,4 +31,4 @@ check_untyped_defs = true

[[tool.mypy.overrides]]
module = "atheneum.*"
disable_error_code = ["annotation-unchecked","import"]
disable_error_code = ["import"]

0 comments on commit c206c2c

Please sign in to comment.