We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefc34a commit 5538a9cCopy full SHA for 5538a9c
1 file changed
‎.pre-commit-config.yaml‎
@@ -118,11 +118,11 @@ repos:
118
- repo: https://github.com/astral-sh/ruff-pre-commit
119
rev: v0.14.2
120
hooks:
121
- - id: ruff
+ - id: ruff-check
122
alias: ruff-isort
123
name: ruff isort
124
args: [--select, I001, --fix]
125
126
- repo: https://github.com/pre-commit/mirrors-mypy
127
rev: v1.18.2
128
0 commit comments