From 42cb3806f42e59b18dd101d67fa707c5bbe461bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 5 Apr 2023 09:04:55 +0200 Subject: [PATCH] chore: Add black fmt marks for munin markers This is still broken, but at least this code is supposed to work. See https://github.com/psf/black/issues/3537 --- apertium | 2 ++ ksm | 2 ++ weblate | 2 ++ zammad | 2 ++ 4 files changed, 8 insertions(+) diff --git a/apertium b/apertium index 652da47..e423f20 100755 --- a/apertium +++ b/apertium @@ -1,7 +1,9 @@ #!/usr/bin/env python3 +# fmt: off #%# family=auto #%# capabilities=autoconf +# fmt: on import json import os diff --git a/ksm b/ksm index ab9509e..6e4800b 100755 --- a/ksm +++ b/ksm @@ -1,7 +1,9 @@ #!/usr/bin/env python3 +# fmt: off #%# family=auto #%# capabilities=autoconf +# fmt: on import os import sys diff --git a/weblate b/weblate index e338755..cc81d12 100755 --- a/weblate +++ b/weblate @@ -1,7 +1,9 @@ #!/usr/bin/env python3 +# fmt: off #%# family=auto #%# capabilities=autoconf +# fmt: on import json import os diff --git a/zammad b/zammad index 302faed..0762375 100755 --- a/zammad +++ b/zammad @@ -1,7 +1,9 @@ #!/usr/bin/env python3 +# fmt: off #%# family=auto #%# capabilities=autoconf +# fmt: on import json import os