Skip to content

Commit

Permalink
Migrate Mypy config to TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Nov 9, 2023
1 parent 868261c commit 4ee9d86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mypy.ini

This file was deleted.

11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@ build-backend = "poetry.masonry.api"
filterwarnings = ["error::UserWarning"]


[tool.mypy]
disallow_untyped_defs = false
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = [
"tests.*",
]
ignore_errors = true


[tool.bumpversion]
current_version = "0.7.0"
commit = false
Expand Down

0 comments on commit 4ee9d86

Please sign in to comment.