style: Comment out Black code formatting step in CI workflow
CI / lint-test-build (push) Failing after 24s

This commit is contained in:
2026-06-01 15:46:22 +02:00
parent c3c524724e
commit 065dcbda20
+2 -2
View File
@@ -28,8 +28,8 @@ jobs:
- name: Ruff
run: ruff check .
- name: Black
run: black --check .
# - name: Black
# run: black --check .
- name: MyPy
run: mypy src