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

Commit bfd1dab

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.23.3](python-jsonschema/check-jsonschema@0.19.2...0.23.3) - [github.com/psf/black: 22.10.0 → 23.7.0](psf/black@22.10.0...23.7.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.165 → v0.0.281](astral-sh/ruff-pre-commit@v0.0.165...v0.0.281)
1 parent 0e1e369 commit bfd1dab

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
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/python-jsonschema/check-jsonschema
22-
rev: 0.19.2
22+
rev: 0.23.3
2323
hooks:
2424
- id: check-github-workflows
2525

@@ -31,12 +31,12 @@ repos:
3131
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
3232

3333
- repo: https://github.com/psf/black
34-
rev: 22.10.0
34+
rev: 23.7.0
3535
hooks:
3636
- id: black
3737

38-
- repo: https://github.com/charliermarsh/ruff-pre-commit
39-
rev: v0.0.165
38+
- repo: https://github.com/astral-sh/ruff-pre-commit
39+
rev: v0.0.281
4040
hooks:
4141
- id: ruff
4242
args: ["--fix"]

0 commit comments

Comments
 (0)