Skip to content

Commit

Permalink
Correctly override mypy config for feedparser
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Sep 1, 2024
1 parent 966160b commit 4eefac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ strict_equality = true
scripts_are_modules = true
warn_unused_configs = true

[[tool.mypy.overrides]]
module = 'feedparser'
ignore_missing_imports = true

[tool.isort]
atomic = true
balanced_wrapping = true
Expand Down

0 comments on commit 4eefac0

Please sign in to comment.