From 6a64b2cd373a84b8e1029d5fd5e79ee12961960f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 9 Sep 2024 10:23:14 +0200 Subject: [PATCH] It's fine if the migration scripts don't have unit tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 058ee71..1f4ca0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,6 +128,7 @@ exclude_lines = [ omit = [ "webhook_to_fedora_messaging/__init__.py", "webhook_to_fedora_messaging/migrations/env.py", + "webhook_to_fedora_messaging/migration_from_gh2fm/*", "tests/*", ]