Skip to content

Commit df01a95

Browse files
committed
fix(config): use the correct section for mypy
Refs: fixes issue #219
1 parent f239966 commit df01a95

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
@@ -53,6 +53,6 @@ wkalamine = "kalamine.cli_msklc:cli"
5353
[tool.ruff.lint]
5454
extend-select = ["I"]
5555

56-
[[tool.mypy.overrides]]
56+
[[tool.mypy]]
5757
module = ["progress.bar"]
5858
ignore_missing_imports = true

0 commit comments

Comments
 (0)