Skip to content

Commit 1c5a494

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.16.0](pre-commit/mirrors-mypy@v1.5.1...v1.16.0) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [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.6](pre-commit/mirrors-clang-format@v16.0.6...v20.1.6)
1 parent bfd1b1f commit 1c5a494

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)