Skip to content

Commit ef7f16e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.0](PyCQA/flake8@6.1.0...7.1.0) - [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v18.1.8](pre-commit/mirrors-clang-format@v17.0.6...v18.1.8) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.1](pre-commit/mirrors-mypy@v1.8.0...v1.10.1)
1 parent 90944d7 commit ef7f16e

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.4.2
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: 6.1.0
11+
rev: 7.1.0
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/pre-commit/mirrors-clang-format
15-
rev: 'v17.0.6'
15+
rev: 'v18.1.8'
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.10.1'
2222
hooks:
2323
- id: mypy
2424
pass_filenames: false

0 commit comments

Comments
 (0)