Skip to content

Commit 9fa367e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0) - [github.com/pre-commit/mirrors-clang-format: v18.1.5 → v18.1.8](pre-commit/mirrors-clang-format@v18.1.5...v18.1.8) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6](python-jsonschema/check-jsonschema@0.28.4...0.28.6)
1 parent 0fc8f30 commit 9fa367e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ repos:
3434

3535
# Ruff linter and formatter
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: 'v0.4.7'
37+
rev: 'v0.5.0'
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --show-fixes]
4141
- id: ruff-format
4242

4343
# C++ formatting
4444
- repo: https://github.com/pre-commit/mirrors-clang-format
45-
rev: v18.1.5
45+
rev: v18.1.8
4646
hooks:
4747
- id: clang-format
4848

@@ -57,15 +57,15 @@ repos:
5757

5858
# Python type checking
5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: 'v1.10.0'
60+
rev: 'v1.10.1'
6161
hooks:
6262
- id: mypy
6363
additional_dependencies: [numpy]
6464
args: [src]
6565
pass_filenames: false
6666

6767
- repo: https://github.com/python-jsonschema/check-jsonschema
68-
rev: 0.28.4
68+
rev: 0.28.6
6969
hooks:
7070
- id: check-readthedocs
7171
- id: check-github-workflows

0 commit comments

Comments
 (0)