Skip to content

Commit 4a63d9d

Browse files
committed
chore: add ruff format hook to pre-commit config
1 parent 1223af3 commit 4a63d9d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ repos:
2727
# Run the linter.
2828
- id: ruff-check
2929
args: [ --select, I, --fix, --target-version=py310, --line-length=88 ]
30+
# Run the formatter.
31+
- id: ruff-format
32+
args: [ --target-version=py310, --line-length=88 ]

0 commit comments

Comments
 (0)