Commit
·
9c787fc
1
Parent(s):
9d8a41d
add more exclude files
Browse files- .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml
CHANGED
@@ -4,7 +4,7 @@ default_install_hook_types:
|
|
4 |
default_stages:
|
5 |
- pre-commit # Run locally
|
6 |
- manual # Run in CI
|
7 |
-
exclude: '(build|result)
|
8 |
repos:
|
9 |
- repo: https://github.com/google/yapf
|
10 |
rev: v0.43.0
|
|
|
4 |
default_stages:
|
5 |
- pre-commit # Run locally
|
6 |
- manual # Run in CI
|
7 |
+
exclude: '(build|result)/.*|__pycache__/.*|.*\.(png|html)$'
|
8 |
repos:
|
9 |
- repo: https://github.com/google/yapf
|
10 |
rev: v0.43.0
|