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 ba6a146 commit 7523adfCopy full SHA for 7523adf
1 file changed
pyproject.toml
@@ -66,5 +66,6 @@ indent-style = "space"
66
[tool.ruff.lint.mccabe]
67
max-complexity = 25
68
69
-
+[tool.ruff.lint.flake8-tidy-imports]
70
+ban-relative-imports = "parents"
71
0 commit comments