|
|
|
@ -32,7 +32,9 @@ repos:
@@ -32,7 +32,9 @@ repos:
|
|
|
|
|
.*\.hpp$| |
|
|
|
|
.*\.h$| |
|
|
|
|
.*\.cu$| |
|
|
|
|
.*\.cuh$ |
|
|
|
|
.*\.cuh$| |
|
|
|
|
.*\.py$| |
|
|
|
|
.*\.json$ |
|
|
|
|
) |
|
|
|
|
- id: mixed-line-ending |
|
|
|
|
exclude: | |
|
|
|
@ -53,7 +55,9 @@ repos:
@@ -53,7 +55,9 @@ repos:
|
|
|
|
|
.*\.hpp$| |
|
|
|
|
.*\.h$| |
|
|
|
|
.*\.cu$| |
|
|
|
|
.*\.cuh$ |
|
|
|
|
.*\.cuh$| |
|
|
|
|
.*\.py$| |
|
|
|
|
.*\.json$ |
|
|
|
|
) |
|
|
|
|
- id: trailing-whitespace |
|
|
|
|
exclude: | |
|
|
|
@ -74,7 +78,9 @@ repos:
@@ -74,7 +78,9 @@ repos:
|
|
|
|
|
.*\.hpp$| |
|
|
|
|
.*\.h$| |
|
|
|
|
.*\.cu$| |
|
|
|
|
.*\.cuh$ |
|
|
|
|
.*\.cuh$| |
|
|
|
|
.*\.py$| |
|
|
|
|
.*\.json$ |
|
|
|
|
) |
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format |
|
|
|
|
rev: v19.1.6 |
|
|
|
|