We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db788b commit 0a1d868Copy full SHA for 0a1d868
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
cd training && poetry install --with dev --no-root
24
- name: Run formatter, linter and type checker
25
run: |
26
- poetry run ruff check training
+ poetry run ruff check .
27
# mypy --explicit-package-bases .
28
# flake8 .
29
# interrogate -vv --ignore-init-module --exclude sigma_api .
0 commit comments