Skip to content

Commit ca65fcc

Browse files
committed
adjust config
1 parent ea937cc commit ca65fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lefthook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pre-commit:
88
glob: "*.{js,ts,jsx,tsx}"
99
staged_files: true
1010
run: ruff check {staged_files} --fix --exit-non-zero-on-fix --config pyproject.toml
11-
ruff:
11+
ruff-fmt:
1212
glob: "*.{js,ts,jsx,tsx}"
1313
staged_files: true
1414
run: ruff format {staged_files} --config pyproject.toml

0 commit comments

Comments
 (0)