Skip to content

Commit b454f67

Browse files
suyask-msftCopilot
andauthored
Feature/enforce black formatting (#61)
* docs: fix example filename references and swap documentation URLs - Changed complete_walkthrough.py to walkthrough.py in all references - Swapped API reference and Product documentation URLs in header - Cleaned up limitations section for clarity * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * style: apply Black code formatting to pass CI checks * 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 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fd32669 commit b454f67

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)