We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea937cc commit ca65fccCopy full SHA for ca65fcc
lefthook.yml
@@ -8,7 +8,7 @@ pre-commit:
8
glob: "*.{js,ts,jsx,tsx}"
9
staged_files: true
10
run: ruff check {staged_files} --fix --exit-non-zero-on-fix --config pyproject.toml
11
- ruff:
+ ruff-fmt:
12
13
14
run: ruff format {staged_files} --config pyproject.toml
0 commit comments