Skip to content

Commit dbcbc9a

Browse files
committed
Try fix pre commit mypy
1 parent 11c6e08 commit dbcbc9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ ignore-names = ["LegacyRSS"]
100100
"**/__init__.py" = ["F401"]
101101
"rss_parser/models/atom/**" = ["A003"]
102102

103+
[tool.mypy]
104+
explicit_package_bases = true
103105

104106
[build-system]
105107
requires = ["poetry-core"]

0 commit comments

Comments
 (0)