Skip to content

Commit

Permalink
Use ruff in place of black
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Oct 17, 2024
1 parent 18ea50b commit 89fc2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cd training && poetry install
- name: Run formatter, linter and type checker
run: |
black --check .
ruff check training
# mypy --explicit-package-bases .
# flake8 .
# interrogate -vv --ignore-init-module --exclude sigma_api .
Expand Down

0 comments on commit 89fc2a0

Please sign in to comment.