Skip to content

Commit

Permalink
Move mypy configuration to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed May 24, 2023
1 parent 37b638a commit 0cedb80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mypy.ini

This file was deleted.

7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ test = [
"pytest-regressions",
"responses",
]

[tool.mypy]
files = ["src"]
ignore_missing_imports = true
no_implicit_optional = true
show_error_codes = true
disallow_untyped_defs = true

0 comments on commit 0cedb80

Please sign in to comment.