Skip to content

Commit

Permalink
Run ruff on the current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Oct 17, 2024
1 parent 0db788b commit 0a1d868
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 --with dev --no-root
- name: Run formatter, linter and type checker
run: |
poetry run ruff check training
poetry run ruff check .
# mypy --explicit-package-bases .
# flake8 .
# interrogate -vv --ignore-init-module --exclude sigma_api .
Expand Down

0 comments on commit 0a1d868

Please sign in to comment.