Skip to content

Commit d2aebbf

Browse files
committed
ci(mypy): Ignore shtab
1 parent b393aba commit d2aebbf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ types-PyYAML = "*"
106106
types-colorama = "*"
107107

108108
### Quirks ###
109-
importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
109+
importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
110110

111111
[tool.poetry.extras]
112112
docs = [
@@ -139,6 +139,12 @@ lint = [
139139
python_version = 3.9
140140
warn_unused_configs = true
141141

142+
[[tool.mypy.overrides]]
143+
module = [
144+
"shtab",
145+
]
146+
ignore_missing_imports = true
147+
142148
[tool.coverage.run]
143149
branch = true
144150
parallel = true

0 commit comments

Comments
 (0)