Skip to content

Commit 5b091ea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/doublify/pre-commit-clang-format: 6230247 → 62302476d0da01515660132d76902359bed0f782](doublify/pre-commit-clang-format@6230247...6230247)
1 parent 23617ce commit 5b091ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.16.1
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)