Skip to content

Commit

Permalink
Add import sorting to Ruff (should fail, fix coming next)
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 28, 2024
1 parent b60c68f commit e9b5571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install ruff
- name: Lint with ruff
run: |
ruff check .
ruff check --select I .
- name: Format with ruff
run: |
ruff format --check .
Expand Down

0 comments on commit e9b5571

Please sign in to comment.