Skip to content

Commit

Permalink
ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuxi Shi authored and Yuxi Shi committed Dec 24, 2024
1 parent 0ff4835 commit cabff40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
pip install black ruff
- name: Lint
run: |
ruff linter .
ruff check .
black --check .

0 comments on commit cabff40

Please sign in to comment.