Skip to content

Commit 0a1d868

Browse files
committed
Run ruff on the current directory
1 parent 0db788b commit 0a1d868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

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

0 commit comments

Comments
 (0)