Skip to content

Commit 373c819

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 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,11 @@ lint = [
139139
python_version = 3.9
140140
warn_unused_configs = true
141141

142+
[[tool.mypy.overrides]]
143+
module = [
144+
"shtab",
145+
]
146+
142147
[tool.coverage.run]
143148
branch = true
144149
parallel = true

0 commit comments

Comments
 (0)