We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c893074 commit b89e7ccCopy full SHA for b89e7cc
.github/workflows/format.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: format the files.
25
run: |
26
- black . --include '\.py$' --exclude '/(.*\/)?[^/]+/'
+ black . --exclude '^$'
27
28
- name: fetch the changes
29
0 commit comments