Skip to content

Commit b89e7cc

Browse files
committed
formatter fix
1 parent c893074 commit b89e7cc

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
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: format the files.
2525
run: |
26-
black . --include '\.py$' --exclude '/(.*\/)?[^/]+/'
26+
black . --exclude '^$'
2727
2828
- name: fetch the changes
2929
run: |

0 commit comments

Comments
 (0)