Browse Source

CI: Bump Ruff version (0.12.0 → 0.13.1)

Thaddeus Crews 3 weeks ago
parent
commit
cc22932fc9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .pre-commit-config.yaml

+ 2 - 2
.pre-commit-config.yaml

@@ -34,9 +34,9 @@ repos:
         stages: [manual] # Not automatically triggered, invoked via `pre-commit run --hook-stage manual clang-tidy`
         stages: [manual] # Not automatically triggered, invoked via `pre-commit run --hook-stage manual clang-tidy`
 
 
   - repo: https://github.com/astral-sh/ruff-pre-commit
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.12.0
+    rev: v0.13.1
     hooks:
     hooks:
-      - id: ruff
+      - id: ruff-check
         args: [--fix]
         args: [--fix]
         files: (\.py|SConstruct|SCsub)$
         files: (\.py|SConstruct|SCsub)$
         types_or: [text]
         types_or: [text]