Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1055)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.0 →
v0.8.1](astral-sh/ruff-pre-commit@v0.7.0...v0.8.1)
- [github.com/pre-commit/mirrors-clang-format: v19.1.2 →
v19.1.4](pre-commit/mirrors-clang-format@v19.1.2...v19.1.4)
- [github.com/pre-commit/mirrors-mypy: v1.12.1 →
v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0)
- [github.com/kynan/nbstripout: 0.7.1 →
0.8.1](kynan/nbstripout@0.7.1...0.8.1)
- [github.com/python-jsonschema/check-jsonschema: 0.29.4 →
0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
- [github.com/henryiii/validate-pyproject-schema-store: 2024.10.14 →
2024.11.25](henryiii/validate-pyproject-schema-store@2024.10.14...2024.11.25)
<!--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 Dec 5, 2024
1 parent 2aa7e4c commit ec3e04f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.7.0'
rev: 'v0.8.1'
hooks:
- id: ruff
args: [--fix, --show-fixes]
- id: ruff-format

# C++ formatting
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.2
rev: v19.1.4
hooks:
- id: clang-format
files: "src"
Expand All @@ -58,7 +58,7 @@ repos:

# Python type checking
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.12.1'
rev: 'v1.13.0'
hooks:
- id: mypy
additional_dependencies: [numpy]
Expand All @@ -67,17 +67,17 @@ repos:
# Clear Jupyter notebook output and remove empty cells
# Override this by adding "keep_output": true to "metadata" block
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.1
hooks:
- id: nbstripout
args: [--drop-empty-cells]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows

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

0 comments on commit ec3e04f

Please sign in to comment.