From 2af3bf870550652bed63cf01a45d1489a63c7a47 Mon Sep 17 00:00:00 2001 From: Fabian Kaczmarczyck Date: Tue, 24 Sep 2024 15:07:26 +0200 Subject: [PATCH] CI fix for breaking Python lint Fixes pylint by forcing keyword arguments. --- deploy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.py b/deploy.py index 7d8195a6..af4211f7 100755 --- a/deploy.py +++ b/deploy.py @@ -215,6 +215,7 @@ class RemoveConstAction(argparse.Action): def __init__(self, option_strings, dest, + *, const, default=None, required=False,