Skip to content

Commit 455679a

Browse files
Update path in black workflow
1 parent 0a04729 commit 455679a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
python -m pip install black
2727
- name: Check code formatting with black
2828
run: |
29-
black -v -l 100 --check **/*.py
29+
black -v -l 100 --check .

0 commit comments

Comments
 (0)