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

Commit 86bbfb7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.29.4](python-jsonschema/check-jsonschema@0.19.2...0.29.4) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.18](hukkin/mdformat@0.7.16...0.7.18) - [github.com/psf/black: 22.10.0 → 24.10.0](psf/black@22.10.0...24.10.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.7.2](astral-sh/ruff-pre-commit@v0.0.165...v0.7.2)
1 parent 0e1e369 commit 86bbfb7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v5.0.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: check-case-conflict
@@ -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.29.4
2323
hooks:
2424
- id: check-github-workflows
2525

2626
- repo: https://github.com/executablebooks/mdformat
27-
rev: 0.7.16
27+
rev: 0.7.18
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: 24.10.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.7.2
4040
hooks:
4141
- id: ruff
4242
args: ["--fix"]

0 commit comments

Comments
 (0)