Skip to content

Commit 12d71c6

Browse files
committed
chore(pyproject): Lift mypy config
1 parent 340f89c commit 12d71c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ exclude_lines = [
141141
"def parse_args",
142142
]
143143

144-
[build-system]
145-
requires = ["poetry_core>=1.0.0"]
146-
build-backend = "poetry.core.masonry.api"
147-
148144
[[tool.mypy.overrides]]
149145
module = [
150146
"kaptan",
@@ -156,3 +152,7 @@ module = [
156152
"bpython",
157153
]
158154
ignore_missing_imports = true
155+
156+
[build-system]
157+
requires = ["poetry_core>=1.0.0"]
158+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)