Skip to content

Commit 49ff69f

Browse files
committed
ci: enforce Black formatting as required check
- Remove continue-on-error flag from Black formatting step - Black formatting is now a blocking gate for PRs - All code has been formatted to pass Black checks
1 parent 804afc0 commit 49ff69f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
python -m pip install -e .[dev]
3232
3333
- name: Check format with black
34-
continue-on-error: true # TODO: fix detected formatting errors and remove this line.
3534
run: |
3635
black src tests --check
3736

0 commit comments

Comments
 (0)