Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1045)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 →
v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.7 →
v0.6.9](astral-sh/ruff-pre-commit@v0.6.7...v0.6.9)
- [github.com/pre-commit/mirrors-clang-format: v18.1.8 →
v19.1.1](pre-commit/mirrors-clang-format@v18.1.8...v19.1.1)
- [github.com/python-jsonschema/check-jsonschema: 0.29.2 →
0.29.3](python-jsonschema/check-jsonschema@0.29.2...0.29.3)
- [github.com/henryiii/validate-pyproject-schema-store: 2024.09.20 →
2024.09.23](henryiii/validate-pyproject-schema-store@2024.09.20...2024.09.23)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 8, 2024
1 parent 8c3c1a8 commit d715d0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-case-conflict
- id: check-docstring-first
Expand All @@ -34,15 +34,15 @@ repos:

# Ruff linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.7'
rev: 'v0.6.9'
hooks:
- id: ruff
args: [--fix, --show-fixes]
- id: ruff-format

# C++ formatting
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
rev: v19.1.1
hooks:
- id: clang-format
files: "src"
Expand Down Expand Up @@ -73,11 +73,11 @@ repos:
args: [--drop-empty-cells]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.29.3
hooks:
- id: check-github-workflows

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2024.09.20
rev: 2024.09.23
hooks:
- id: validate-pyproject

0 comments on commit d715d0d

Please sign in to comment.