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 9deb47a commit 2fc6026Copy full SHA for 2fc6026
integration-tests/pyproject.toml
@@ -30,3 +30,6 @@ line-length = 120
30
31
[tool.ruff.lint]
32
select = ["F", "I"]
33
+
34
+[tool.mypy]
35
+# Just to get mypy to _not_ look at the parent directory's config
0 commit comments