Skip to content

Commit 74fbe1e

Browse files
pre-commit: enable ruff fixes (#1012)
1 parent 188077f commit 74fbe1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ repos:
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
1818
rev: v0.14.4 # Use latest Ruff version
1919
hooks:
20-
- id: ruff
20+
- id: ruff-check
21+
args: [ --fix ]
2122
- id: ruff-format

0 commit comments

Comments
 (0)