Skip to content

Commit

Permalink
ci: Update lint.yml (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chivier authored Nov 22, 2024
1 parent 9079807 commit 7c6112f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: ruff check .
run: ruff check . --select I --fix

0 comments on commit 7c6112f

Please sign in to comment.