diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d3ef31a72..52dbeb87e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,8 +40,7 @@ repos: hooks: - id: clang-format types_or: [c++, c, cuda] - exclude: | - (?x)^(3rdparty/.* flashinfer/jit/aot_config.py)$ + exclude: ^3rdparty/.* - repo: https://github.com/pre-commit/mirrors-mypy rev: 'v1.17.1' # Use the sha / tag you want to point at