Exclude shared/amdgpu-windows-interop from pre-commit rules (#2125)
These have an external source of truth. Also drop the non-existent hipblaslt which isn't in rocm-systems. Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
이 커밋은 다음에 포함됨:
+4
-1
@@ -1,9 +1,12 @@
|
|||||||
exclude: |
|
exclude: |
|
||||||
|
(?x)
|
||||||
third_party/
|
third_party/
|
||||||
|
# avoid checking build directories for any subproject
|
||||||
build/
|
build/
|
||||||
build-.*/
|
build-.*/
|
||||||
_build/
|
_build/
|
||||||
projects/hipblaslt/library/src/amd_detail/rocblaslt/src/Tensile
|
# external source of truth
|
||||||
|
shared/amdgpu-windows-interop
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
|||||||
새 이슈에서 참조
사용자 차단