We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b393aba commit d2aebbfCopy full SHA for d2aebbf
pyproject.toml
@@ -106,7 +106,7 @@ types-PyYAML = "*"
106
types-colorama = "*"
107
108
### Quirks ###
109
-importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
+importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
110
111
[tool.poetry.extras]
112
docs = [
@@ -139,6 +139,12 @@ lint = [
139
python_version = 3.9
140
warn_unused_configs = true
141
142
+[[tool.mypy.overrides]]
143
+module = [
144
+ "shtab",
145
+]
146
+ignore_missing_imports = true
147
+
148
[tool.coverage.run]
149
branch = true
150
parallel = true
0 commit comments