Skip to content

Commit b02f6c7

Browse files
committed
update ruff commands
1 parent c2a1a9a commit b02f6c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ repos:
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
4141
rev: v0.14.5
4242
hooks:
43-
- id: ruff
44-
args: ["--fix"]
43+
# Run the linter.
44+
- id: ruff-check
45+
# Run the formatter.
46+
- id: ruff-format

0 commit comments

Comments
 (0)