Skip to content

Commit

Permalink
Migrate mypy.ini to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Jul 30, 2024
1 parent 54c197f commit 308553c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mypy.ini

This file was deleted.

10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,13 @@ exclude = [
"dist",
"*.pyi"
]

[tool.mypy]
warn_unused_configs = true

[[tool.mypy.overrides]]
module = [
"html5lib",
"packaging.*"
]
ignore_missing_imports = true

0 comments on commit 308553c

Please sign in to comment.