Skip to content

Commit dab5dba

Browse files
committed
Ignore python file formatting for now
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent c286c83 commit dab5dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
cat ~/files_added.txt ~/files_modified.txt > ~/files_changed.txt
4040
qmk format-c --core-only $(< ~/files_changed.txt) || true
41-
qmk format-python $(< ~/files_changed.txt) || true
41+
#qmk format-python $(< ~/files_changed.txt) || true
4242
qmk format-text $(< ~/files_changed.txt) || true
4343
4444
- name: Fail when formatting required

0 commit comments

Comments
 (0)