From 173b9ec39ddb28526fc3c7b9c00c4f8d11295ed7 Mon Sep 17 00:00:00 2001 From: Parnassius Date: Mon, 19 Aug 2024 19:04:02 +0200 Subject: [PATCH] Remove deprecated ruff option --- pyproject.toml | 1 - spec_parser/pyproject.toml | 1 - 2 files changed, 2 deletions(-) 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"