Skip to content

Commit 27eb1b8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/doublify/pre-commit-clang-format: 6230247 → 62302476d0da01515660132d76902359bed0f782](doublify/pre-commit-clang-format@6230247...6230247)
1 parent 23617ce commit 27eb1b8

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
@@ -3,7 +3,7 @@ default_language_version:
33
python: python3
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -27,7 +27,7 @@ repos:
2727
types: [text]
2828
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 7.2.0
30+
rev: 7.3.0
3131
hooks:
3232
- id: flake8
3333
args: [-j8]
@@ -40,7 +40,7 @@ repos:
4040
- flake8-pyproject
4141
- flake8-string-format
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v1.15.0
43+
rev: v1.18.2
4444
hooks:
4545
- id: mypy
4646
additional_dependencies: [types-setuptools]
@@ -55,7 +55,7 @@ repos:
5555
hooks:
5656
- id: isort
5757
- repo: https://github.com/doublify/pre-commit-clang-format
58-
rev: '6230247'
58+
rev: '62302476d0da01515660132d76902359bed0f782'
5959
hooks:
6060
- id: clang-format
6161
files: \.(cc?|cuh?|cxx|cpp|h|hpp|hxx|java|js)$

0 commit comments

Comments
 (0)