From 4f45f5b3d1ed4828ee5a39c97250d2335c565370 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:08:36 +0200 Subject: [PATCH] Configure ban relative imports for parents --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d92cf92..7f3bc4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,5 +66,6 @@ indent-style = "space" [tool.ruff.lint.mccabe] max-complexity = 25 - +[tool.ruff.lint.flake8-tidy-imports] +ban-relative-imports = "parents"