From df92b3e3f626f8dcf297262cda454918bcc10c76 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Thu, 26 Sep 2024 11:09:38 +0200 Subject: [PATCH] test: exclude test files from ruff check --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0a5b5559b..2bb3479e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,5 +78,6 @@ rpmlint = ["configdefaults.toml"] "rpmlint.descriptions" = ["*.toml"] [tool.ruff] +exclude = ["test/files"] lint.ignore = ["E501"]