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

Commit 4e57978

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.1...v0.1.6) - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](pre-commit/mirrors-prettier@v3.0.3...v3.1.0) - [github.com/sirosen/check-jsonschema: 0.27.0 → 0.27.2](python-jsonschema/check-jsonschema@0.27.0...0.27.2)
1 parent bcda97b commit 4e57978

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ 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.6"
2020
hooks:
2121
- id: ruff
2222
args: [--fix]
2323
- repo: https://github.com/psf/black
24-
rev: 23.10.1
24+
rev: 23.11.0
2525
hooks:
2626
- id: black
2727
name: black
@@ -123,7 +123,7 @@ repos:
123123
types: [python]
124124
args: [--py38-plus]
125125
- repo: https://github.com/pre-commit/mirrors-prettier
126-
rev: v3.0.3
126+
rev: v3.1.0
127127
hooks:
128128
- id: prettier
129129
- repo: https://github.com/pycqa/isort
@@ -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.2
149149
hooks:
150150
- id: check-github-actions
151151
- id: check-github-workflows

0 commit comments

Comments
 (0)