Skip to content

Commit

Permalink
Move mypy configuration into pyproject.toml
Browse files Browse the repository at this point in the history
And drop setup.cfg entirely.
  • Loading branch information
WhyNotHugo committed Sep 26, 2023
1 parent d941fb1 commit eb00b81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ target-version = "py38"
exclude_lines = [
"if TYPE_CHECKING:",
]

[tool.mypy]
ignore_missing_imports = true
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

0 comments on commit eb00b81

Please sign in to comment.