We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a92fcb commit 3c4c802Copy full SHA for 3c4c802
.github/workflows/black.yml
@@ -10,4 +10,4 @@ jobs:
10
- name: Black Code Formatter
11
uses: lgeiger/[email protected]
12
with:
13
- args: ". --check"
+ args: ". --check --exclude=docs/*"
0 commit comments