Skip to content

Commit 5d6eec2

Browse files
committed
update pre-commit hook
1 parent 6b8d3d1 commit 5d6eec2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
rev: v0.15.10
3535
hooks:
3636
# Run the linter
37-
- id: ruff
37+
- id: ruff-check
3838
args: [--fix]
3939
# Run the formatter
4040
- id: ruff-format
@@ -53,4 +53,4 @@ repos:
5353
- id: oxfmt
5454
args: [--write, --config, .oxfmtrc.json]
5555
files: ^(frontend/src/|packages/)
56-
'types_or': [javascript, jsx, ts, tsx]
56+
"types_or": [javascript, jsx, ts, tsx]

0 commit comments

Comments
 (0)