Skip to content

Commit 394bb89

Browse files
authored
.pre-commit-config.yaml: id: ruff-check
1 parent fcf68be commit 394bb89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ repos:
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
4141
rev: v0.12.0
42-
hooks: # Format before linting
42+
hooks:
43+
- id: ruff-check
4344
# - id: ruff-format
44-
- id: ruff
4545

4646
- repo: https://github.com/tox-dev/pyproject-fmt
4747
rev: v2.6.0

0 commit comments

Comments
 (0)