Skip to content

Commit

Permalink
ci: rename ruff lint hook
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Oct 25, 2023
1 parent 93cf92e commit 43cf454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
repos:
- repo: local
hooks:
- id: ruff
name: ruff
- id: ruff-lint
name: ruff-lint
entry: ruff check .
args: [ --config, pyproject.toml, --fix, --show-fixes, --exit-non-zero-on-fix ]
language: system
Expand Down

0 comments on commit 43cf454

Please sign in to comment.