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/astral-sh/ruff-pre-commit: v0.4.7 → v0.4.9](astral-sh/ruff-pre-commit@v0.4.7...v0.4.9)
- [github.com/pre-commit/mirrors-clang-format: v18.1.5 → v18.1.6](pre-commit/mirrors-clang-format@v18.1.5...v18.1.6)
- [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.5](python-jsonschema/check-jsonschema@0.28.4...0.28.5)
- [github.com/henryiii/validate-pyproject-schema-store: 2024.06.03 → 2024.06.10](henryiii/validate-pyproject-schema-store@2024.06.03...2024.06.10)
  • Loading branch information
pre-commit-ci[bot] authored Jun 17, 2024
1 parent 0fc8f30 commit 4d86d61
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 @@ -34,15 +34,15 @@ repos:

# Ruff linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.4.7'
rev: 'v0.4.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.5
rev: v18.1.6
hooks:
- id: clang-format

Expand All @@ -65,12 +65,12 @@ repos:
pass_filenames: false

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.4
rev: 0.28.5
hooks:
- id: check-readthedocs
- id: check-github-workflows

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

0 comments on commit 4d86d61

Please sign in to comment.