Skip to content

Commit

Permalink
Update ruff in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Mar 4, 2024
1 parent a670d1d commit a241251
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.2.2'
rev: v0.3.0
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format

0 comments on commit a241251

Please sign in to comment.