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 340f89c commit 12d71c6Copy full SHA for 12d71c6
pyproject.toml
@@ -141,10 +141,6 @@ exclude_lines = [
141
"def parse_args",
142
]
143
144
-[build-system]
145
-requires = ["poetry_core>=1.0.0"]
146
-build-backend = "poetry.core.masonry.api"
147
-
148
[[tool.mypy.overrides]]
149
module = [
150
"kaptan",
@@ -156,3 +152,7 @@ module = [
156
152
"bpython",
157
153
158
154
ignore_missing_imports = true
155
+
+[build-system]
+requires = ["poetry_core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"
0 commit comments