Skip to content

Commit 2197d48

Browse files
committed
Remove Black formatting check from CI workflow
The Black formatting check step was removed from the test_package_build GitHub Actions workflow, leaving Ruff as the sole formatting tool. This simplifies the workflow and avoids redundant formatting checks.
1 parent 87c7801 commit 2197d48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_package_build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
run: ruff check src/ --output-format=github
3232
- name: Run ruff formatting check
3333
run: ruff format --check src/
34-
- name: Run black formatting check
35-
run: black --check src/
3634
- name: Run mypy type checking
3735
run: mypy src/non_local_detector/
3836
continue-on-error: true # Start lenient, can remove later

0 commit comments

Comments
 (0)