Skip to content

Commit 62c8b8d

Browse files
authored
fix: incorrect specification of mypy section in pyproject.toml (#144)
1 parent 0649d52 commit 62c8b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
requires = ["setuptools", "calver"]
33
build-backend = "setuptools.build_meta"
44

5-
[mypy]
5+
[tool.mypy]
66
strict = true
77
warn_unreachable = true

0 commit comments

Comments
 (0)