Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit cbe9d18

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.4](astral-sh/ruff-pre-commit@v0.1.1...v0.1.4) - [github.com/sirosen/check-jsonschema: 0.27.0 → 0.27.1](python-jsonschema/check-jsonschema@0.27.0...0.27.1)
1 parent bcda97b commit cbe9d18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ci:
1616
repos:
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
1818
# Ruff version. TODO: remove flake8 in future
19-
rev: "v0.1.1"
19+
rev: "v0.1.4"
2020
hooks:
2121
- id: ruff
2222
args: [--fix]
@@ -145,7 +145,7 @@ repos:
145145
types: [file]
146146
files: (\.cmake|CMakeLists.txt)(.in)?$
147147
- repo: https://github.com/sirosen/check-jsonschema
148-
rev: 0.27.0
148+
rev: 0.27.1
149149
hooks:
150150
- id: check-github-actions
151151
- id: check-github-workflows

0 commit comments

Comments
 (0)