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 373c819Copy full SHA for 373c819
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,11 @@ lint = [
139
python_version = 3.9
140
warn_unused_configs = true
141
142
+[[tool.mypy.overrides]]
143
+module = [
144
+ "shtab",
145
+]
146
+
147
[tool.coverage.run]
148
branch = true
149
parallel = true
0 commit comments