Skip to content

Commit

Permalink
chore: Add black fmt marks for munin markers
Browse files Browse the repository at this point in the history
This is still broken, but at least this code is supposed to work.

See psf/black#3537
  • Loading branch information
nijel committed Apr 5, 2023
1 parent 58cf3b1 commit 42cb380
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apertium
@@ -1,7 +1,9 @@
#!/usr/bin/env python3

# fmt: off
#%# family=auto
#%# capabilities=autoconf
# fmt: on

import json
import os
Expand Down
2 changes: 2 additions & 0 deletions ksm
@@ -1,7 +1,9 @@
#!/usr/bin/env python3

# fmt: off
#%# family=auto
#%# capabilities=autoconf
# fmt: on

import os
import sys
Expand Down
2 changes: 2 additions & 0 deletions weblate
@@ -1,7 +1,9 @@
#!/usr/bin/env python3

# fmt: off
#%# family=auto
#%# capabilities=autoconf
# fmt: on

import json
import os
Expand Down
2 changes: 2 additions & 0 deletions zammad
@@ -1,7 +1,9 @@
#!/usr/bin/env python3

# fmt: off
#%# family=auto
#%# capabilities=autoconf
# fmt: on

import json
import os
Expand Down

0 comments on commit 42cb380

Please sign in to comment.