Skip to content

Commit e92dbc6

Browse files
committed
fix: replace ruff with ruff-check in .pre-commit-config.yaml
1 parent 9f37ccb commit e92dbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: ruff-format
2020
args: [--config=.ruff.toml]
2121

22-
- id: ruff
22+
- id: ruff-check
2323
args: [--fix, --exit-non-zero-on-fix, --config=.ruff.toml]
2424

2525
- repo: https://github.com/doublify/pre-commit-rust

0 commit comments

Comments
 (0)