Skip to content

Commit 89fc2a0

Browse files
committed
Use ruff in place of black
1 parent 18ea50b commit 89fc2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cd training && poetry install
2424
- name: Run formatter, linter and type checker
2525
run: |
26-
black --check .
26+
ruff check training
2727
# mypy --explicit-package-bases .
2828
# flake8 .
2929
# interrogate -vv --ignore-init-module --exclude sigma_api .

0 commit comments

Comments
 (0)