Skip to content

Commit 335fe5c

Browse files
committed
Merge pull request godotengine#110664 from Repiteo/ci/ruff-bump
CI: Bump Ruff version (0.12.0 → 0.13.1)
2 parents 2c1ad5b + cc22932 commit 335fe5c

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
@@ -34,9 +34,9 @@ repos:
3434
stages: [manual] # Not automatically triggered, invoked via `pre-commit run --hook-stage manual clang-tidy`
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.12.0
37+
rev: v0.13.1
3838
hooks:
39-
- id: ruff
39+
- id: ruff-check
4040
args: [--fix]
4141
files: (\.py|SConstruct|SCsub)$
4242
types_or: [text]

0 commit comments

Comments
 (0)