Skip to content

Commit ce326bf

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33
# Then run `pre-commit install`
44

55
# Learn more about this config here: https://pre-commit.com/
6-
default_language_version:
7-
python: python3.11
8-
96
ci:
107
autoupdate_schedule: monthly
118
submodules: true
129

1310
repos:
1411
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.13.3
12+
rev: v0.14.1
1613
hooks:
17-
- id: ruff # See pyproject.toml for args
14+
- id: ruff-check # See pyproject.toml for args
1815

1916
- repo: https://github.com/codespell-project/codespell
2017
rev: v2.4.1

0 commit comments

Comments
 (0)