Skip to content

Commit 75850a2

Browse files
committed
Use extend-exclude instead of just exclude for black.
1 parent 36cb9d2 commit 75850a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: poetry install
3131

3232
- name: black check
33-
run: poetry run black . --check --exclude migrations
33+
run: poetry run black . --check --extend-exclude migrations
3434

3535
- name: isort check
3636
run: poetry run isort --settings pyproject.toml --check .

0 commit comments

Comments
 (0)