We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80afd32 commit f1c6381Copy full SHA for f1c6381
.github/workflows/checks.yml
@@ -51,9 +51,9 @@ jobs:
51
- name: Pyright type check
52
run: poetry run pyright
53
- name: Ruff lint
54
- run: poetry run ruff check sparse_autoencoder --output-format=github
+ run: poetry run ruff check . --output-format=github
55
- name: Ruff format
56
- run: poetry run ruff format sparse_autoencoder --check
+ run: poetry run ruff format . --check
57
- name: Pytest
58
run: poetry run pytest
59
- name: Build check
0 commit comments