Skip to content

Commit 3c4c802

Browse files
author
Paul Hobson
committed
don't check format of the doc folder
1 parent 6a92fcb commit 3c4c802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/black.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Black Code Formatter
1111
uses: lgeiger/[email protected]
1212
with:
13-
args: ". --check"
13+
args: ". --check --exclude=docs/*"

0 commit comments

Comments
 (0)