Skip to content

Commit 7523adf

Browse files
authored
Configure ban relative imports for parents (#22)
1 parent ba6a146 commit 7523adf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ indent-style = "space"
6666
[tool.ruff.lint.mccabe]
6767
max-complexity = 25
6868

69-
69+
[tool.ruff.lint.flake8-tidy-imports]
70+
ban-relative-imports = "parents"
7071

0 commit comments

Comments
 (0)