Skip to content

Commit bf79ff7

Browse files
committed
pre-commit: Fix ruff id
1 parent 3f136cf commit bf79ff7

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
@@ -12,9 +12,9 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.13.3
15+
rev: v0.14.1
1616
hooks:
17-
- id: ruff # See pyproject.toml for args
17+
- id: ruff-check # See pyproject.toml for args
1818

1919
- repo: https://github.com/codespell-project/codespell
2020
rev: v2.4.1

0 commit comments

Comments
 (0)