Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.40.0](igorshubovych/markdownlint-cli@v0.39.0...v0.40.0)
- [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2)
- [github.com/pre-commit/mirrors-clang-format: v18.1.3 → v18.1.4](pre-commit/mirrors-clang-format@v18.1.3...v18.1.4)
- [github.com/python-jsonschema/check-jsonschema: 0.23.2 → 0.28.2](python-jsonschema/check-jsonschema@0.23.2...0.28.2)
  • Loading branch information
pre-commit-ci[bot] authored May 6, 2024
1 parent e3d9cf2 commit 9833ea7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.40.0
hooks:
- id: markdownlint
args: [-c, .markdownlint.yaml, --fix]
Expand Down Expand Up @@ -60,13 +60,13 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
args: [--line-length=100]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.3
rev: v18.1.4
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Expand All @@ -79,7 +79,7 @@ repos:
exclude: .cu

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.2
rev: 0.28.2
hooks:
- id: check-metaschema
files: ^.+/schema/.*schema\.json$
Expand Down

0 comments on commit 9833ea7

Please sign in to comment.