Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
rename hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni committed Oct 31, 2023
1 parent 76dc4a7 commit 4f2b4da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ repos:
# entry: pyupgrade --py38-plus
- repo: local
hooks:
- id: ruff
name: ruff
entry: ruff --fix .
- id: lint
name: ruff check
entry: ruff check --fix --diff .
language: system
pass_filenames: false
- id: format
name: format
entry: ruff format .
name: format format
entry: ruff format --diff .
language: system
pass_filenames: false
- id: black-docs
Expand Down

0 comments on commit 4f2b4da

Please sign in to comment.