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 5b3ed2c commit 4318268Copy full SHA for 4318268
.github/workflows/lint.yml
@@ -15,9 +15,7 @@ jobs:
15
- name: Install dependencies
16
run: |
17
python -m pip install --upgrade pip
18
- pip install ruff tox
19
- - name: Format check using Ruff
20
- run: ruff format --check
+ pip install tox
21
- name: Run lint
22
run: tox
23
env:
.pre-commit-config.yaml
@@ -26,3 +26,4 @@ repos:
26
hooks:
27
- id: ruff
28
- id: ruff-format
29
+ args: [ --check ]
0 commit comments