We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f239966 commit 54f3102Copy full SHA for 54f3102
pyproject.toml
@@ -53,6 +53,6 @@ wkalamine = "kalamine.cli_msklc:cli"
53
[tool.ruff.lint]
54
extend-select = ["I"]
55
56
-[[tool.mypy.overrides]]
+[tool.mypy]
57
module = ["progress.bar"]
58
ignore_missing_imports = true
0 commit comments