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 22c2a63 commit 76f28cfCopy full SHA for 76f28cf
.github/workflows/lint_production.yaml
@@ -32,6 +32,6 @@ jobs:
32
- name: Install ruff
33
run: pip install ruff==${{ env.RUFF_VERSION }}
34
- name: Ruff format
35
- run: ruff format --diff src tests scripts notebooks
+ run: ruff format --diff src models tests
36
- name: Ruff check
37
- run: ruff check src tests scripts notebooks
+ run: ruff check src models tests
0 commit comments