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

Commit caff837

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.7](astral-sh/ruff-pre-commit@v0.1.1...v0.1.7) - [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 → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.4) - [github.com/pycqa/isort: 5.12.0 → 5.13.1](PyCQA/isort@5.12.0...5.13.1) - [github.com/sirosen/check-jsonschema: 0.27.0 → 0.27.3](python-jsonschema/check-jsonschema@0.27.0...0.27.3)
1 parent bcda97b commit caff837

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.7"
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,11 +123,11 @@ repos:
123123
types: [python]
124124
args: [--py38-plus]
125125
- repo: https://github.com/pre-commit/mirrors-prettier
126-
rev: v3.0.3
126+
rev: v4.0.0-alpha.4
127127
hooks:
128128
- id: prettier
129129
- repo: https://github.com/pycqa/isort
130-
rev: 5.12.0
130+
rev: 5.13.1
131131
hooks:
132132
- id: isort
133133
name: isort (python)
@@ -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.3
149149
hooks:
150150
- id: check-github-actions
151151
- id: check-github-workflows

0 commit comments

Comments
 (0)