Skip to content

Commit 9cfc501

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.9.0](pre-commit/mirrors-mypy@v1.5.1...v1.9.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.9.1 → 24.3.0](psf/black@23.9.1...24.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v18.1.2](pre-commit/mirrors-clang-format@v16.0.6...v18.1.2)
1 parent 9ece0a3 commit 9cfc501

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,25 +1,25 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-mypy
3-
rev: 'v1.5.1'
3+
rev: 'v1.9.0'
44
hooks:
55
- id: mypy
66
language: system
77
pass_filenames: false
88
args: ['cunumeric']
99
- repo: https://github.com/PyCQA/isort
10-
rev: 5.12.0
10+
rev: 5.13.2
1111
hooks:
1212
- id: isort
1313
- repo: https://github.com/psf/black
14-
rev: 23.9.1
14+
rev: 24.3.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/PyCQA/flake8
18-
rev: 6.1.0
18+
rev: 7.0.0
1919
hooks:
2020
- id: flake8
2121
- repo: https://github.com/pre-commit/mirrors-clang-format
22-
rev: 'v16.0.6' # Use the sha / tag you want to point at
22+
rev: 'v18.1.2' # Use the sha / tag you want to point at
2323
hooks:
2424
- id: clang-format
2525
files: \.(cu|cuh|h|cc|inl)$

0 commit comments

Comments
 (0)