We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24c301 commit 4ea9364Copy full SHA for 4ea9364
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ ci:
5
6
repos:
7
- repo: https://github.com/psf/black
8
- rev: 24.3.0
+ rev: 24.4.0
9
hooks:
10
- id: black
11
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v4.5.0
+ rev: v4.6.0
14
15
- id: check-added-large-files
16
- id: check-case-conflict
@@ -26,7 +26,7 @@ repos:
26
- id: debug-statements
27
28
- repo: https://github.com/pre-commit/mirrors-clang-format
29
- rev: v18.1.2
+ rev: v18.1.3
30
31
- id: clang-format
32
types_or: [c++, c, cuda]
0 commit comments