From 8eedef5281d6a71d50d1ef692baa0e83ecca526e Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Wed, 22 May 2024 14:25:47 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f964b7c1..8c9c06c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,12 +133,15 @@ lint.ignore = [ "W191", # tab-indentation ] -[tool.ruff.per-file-ignores] +[tool.ruff.lint.per-file-ignores] "__init__.py" = [ "F401" # unused-import ] +"test_plugins.py" = [ + "FBT003", # Boolean positional value in function call +] -[tool.ruff.isort] +[tool.ruff.lint.isort] combine-as-imports = true known-first-party = [ "djangocms_snippet",