Skip to content

Commit 5538a9c

Browse files
committed
🔧 Update ruff hook ID to ruff-check
1 parent aefc34a commit 5538a9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.pre-commit-config.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ repos:
118118
- repo: https://github.com/astral-sh/ruff-pre-commit
119119
rev: v0.14.2
120120
hooks:
121-
- id: ruff
121+
- id: ruff-check
122122
alias: ruff-isort
123123
name: ruff isort
124124
args: [--select, I001, --fix]
125-
- id: ruff
125+
- id: ruff-check
126126
- repo: https://github.com/pre-commit/mirrors-mypy
127127
rev: v1.18.2
128128
hooks:

0 commit comments

Comments
 (0)