Skip to content

Commit 47c1e0e

Browse files
committed
mypy: use types-xmltodict, remove ignore_missing_imports
1 parent eb6e95b commit 47c1e0e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

mypy.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[mypy]
2-
ignore_missing_imports = True
32
strict = True
43
no_warn_return_any = True
54
python_version = 3.7

poetry.lock

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ black = "^21.9b0"
5252
isort = "^5.7.0"
5353
mypy = "^0.931"
5454
flake8 = "^3.8.3"
55+
types-xmltodict = "^0.12.0"
5556

5657
[tool.poetry.scripts]
5758
bbb = 'boostedblob.__main__:main'

0 commit comments

Comments
 (0)