Skip to content

Commit

Permalink
Move mypy config to pyproject.toml (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
akx authored Sep 29, 2023
1 parent c5ccd31 commit 7309111
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mypy.ini

This file was deleted.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ ignore = [
"ANN201", # Missing return type annotation for public function
"ANN202", # Missing return type annotation for private function
]

[[tool.mypy.overrides]]
module = "jsonschema.*"
ignore_missing_imports = true

0 comments on commit 7309111

Please sign in to comment.