Skip to content

Commit a26f8fc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.15.0](pre-commit/mirrors-mypy@v1.5.1...v1.15.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.2.0](PyCQA/flake8@6.1.0...7.2.0) - [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v20.1.0](pre-commit/mirrors-clang-format@v16.0.6...v20.1.0)
1 parent 3715044 commit a26f8fc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-mypy
3-
rev: 'v1.5.1'
3+
rev: 'v1.15.0'
44
hooks:
55
- id: mypy
66
language: system
77
pass_filenames: false
88
args: ['cupynumeric']
99
- repo: https://github.com/PyCQA/isort
10-
rev: 5.12.0
10+
rev: 6.0.1
1111
hooks:
1212
- id: isort
1313
- repo: https://github.com/psf/black
14-
rev: 23.9.1
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
args: ["--target-version", "py310"]
1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 6.1.0
19+
rev: 7.2.0
2020
hooks:
2121
- id: flake8
2222
- repo: https://github.com/pre-commit/mirrors-clang-format
23-
rev: 'v16.0.6' # Use the sha / tag you want to point at
23+
rev: 'v20.1.0' # Use the sha / tag you want to point at
2424
hooks:
2525
- id: clang-format
2626
files: \.(cu|cuh|h|cc|inl)$

0 commit comments

Comments
 (0)