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

Commit 795ea13

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.27.0](python-jsonschema/check-jsonschema@0.19.2...0.27.0) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17) - [github.com/psf/black: 22.10.0 → 23.9.1](psf/black@22.10.0...23.9.1) - 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.292](astral-sh/ruff-pre-commit@v0.0.165...v0.0.292)
1 parent 0e1e369 commit 795ea13

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

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

2626
- repo: https://github.com/executablebooks/mdformat
27-
rev: 0.7.16
27+
rev: 0.7.17
2828
hooks:
2929
- id: mdformat
3030
additional_dependencies:
3131
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
3232

3333
- repo: https://github.com/psf/black
34-
rev: 22.10.0
34+
rev: 23.9.1
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.292
4040
hooks:
4141
- id: ruff
4242
args: ["--fix"]

0 commit comments

Comments
 (0)