Skip to content

Commit b83cf2d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.10.0](psf/black@23.12.1...24.10.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1) - [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v19.1.1](pre-commit/mirrors-clang-format@v17.0.6...v19.1.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.2](pre-commit/mirrors-mypy@v1.8.0...v1.11.2)
1 parent d9171e5 commit b83cf2d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ repos:
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 23.12.1
7+
rev: 24.10.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: 6.1.0
11+
rev: 7.1.1
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/pre-commit/mirrors-clang-format
15-
rev: 'v17.0.6'
15+
rev: 'v19.1.1'
1616
hooks:
1717
- id: clang-format
1818
files: \.(cu|cuh|h|cc|inl)$
1919
types_or: []
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: 'v1.8.0'
21+
rev: 'v1.11.2'
2222
hooks:
2323
- id: mypy
2424
pass_filenames: false

0 commit comments

Comments
 (0)