Skip to content

Commit 0ee0cfa

Browse files
[pre-commit.ci] pre-commit autoupdate (#59)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.1](python-jsonschema/check-jsonschema@0.33.0...0.33.1) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.12.1](astral-sh/ruff-pre-commit@v0.11.10...v0.12.1) - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f4dde5e commit 0ee0cfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.33.0
8+
rev: 0.33.1
99
hooks:
1010
- id: check-github-workflows
1111
args: ["--verbose"]
@@ -19,18 +19,18 @@ repos:
1919
hooks:
2020
- id: validate-pyproject
2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: "v2.5.1"
22+
rev: "v2.6.0"
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.11.10"
26+
rev: "v0.12.1"
2727
hooks:
2828
- id: ruff-format
2929
args: ["--config", "pyproject.toml"]
3030
- id: ruff
3131
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix", "--config", "pyproject.toml"]
3232
- repo: https://github.com/rbubley/mirrors-prettier
33-
rev: "v3.5.3"
33+
rev: "v3.6.2"
3434
hooks:
3535
- id: prettier
3636
name: Prettier non-workflow files

0 commit comments

Comments
 (0)