Skip to content

Commit c4c3554

Browse files
committed
chore(pre-commit-config.yml): legacy ruff hook -> ruff-check
1 parent 653cf34 commit c4c3554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ repos:
2121
rev: v0.14.6
2222
hooks:
2323
# Run the linter
24-
- id: ruff
25-
args: [--fix]
24+
- id: ruff-check
25+
args: [--fix, --all-files]
2626
exclude: '^src/parallax/p2p/proto/'
2727
# Run the formatter
2828
- id: ruff-format

0 commit comments

Comments
 (0)