Skip to content

Commit a241251

Browse files
committed
Update ruff in CI
1 parent a670d1d commit a241251

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ repos:
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
2121
# Ruff version.
22-
rev: 'v0.2.2'
22+
rev: v0.3.0
2323
hooks:
24+
# Run the linter.
2425
- id: ruff
26+
args: [ --fix ]
27+
# Run the formatter.
28+
- id: ruff-format

0 commit comments

Comments
 (0)