diff --git a/pyproject.toml b/pyproject.toml index 4e6ad7d..24813cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -183,7 +183,6 @@ fixable = [ "UP", # pyupgrade ] dummy-variable-rgx = "^_$" -ignore-init-module-imports = true [tool.ruff.lint.flake8-tidy-imports] ban-relative-imports = "all" diff --git a/spec_parser/pyproject.toml b/spec_parser/pyproject.toml index f310913..8e5a9c0 100644 --- a/spec_parser/pyproject.toml +++ b/spec_parser/pyproject.toml @@ -87,7 +87,6 @@ fixable = [ "UP", # pyupgrade ] dummy-variable-rgx = "^_$" -ignore-init-module-imports = true [tool.ruff.lint.flake8-tidy-imports] ban-relative-imports = "all"