Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and renovate[bot] committed Feb 1, 2023
1 parent 7afae0f commit 0dd0010
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apertium
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#%# family=auto
#%# capabilities=autoconf
# %# family=auto
# %# capabilities=autoconf

import json
import os
Expand Down
4 changes: 2 additions & 2 deletions ksm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python

#%# family=auto
#%# capabilities=autoconf
# %# family=auto
# %# capabilities=autoconf

import os
import sys
Expand Down
4 changes: 2 additions & 2 deletions weblate
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#%# family=auto
#%# capabilities=autoconf
# %# family=auto
# %# capabilities=autoconf

import json
import os
Expand Down
4 changes: 2 additions & 2 deletions zammad
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#%# family=auto
#%# capabilities=autoconf
# %# family=auto
# %# capabilities=autoconf

import json
import os
Expand Down

0 comments on commit 0dd0010

Please sign in to comment.