Commit
·
f9f3398
1
Parent(s):
294dbc1
add more exclude files
Browse files- .pre-commit-config.yaml +2 -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
|
|
@@ -15,6 +15,7 @@ repos:
|
|
| 15 |
rev: v1.34.0
|
| 16 |
hooks:
|
| 17 |
- id: typos
|
|
|
|
| 18 |
- repo: https://github.com/PyCQA/isort
|
| 19 |
rev: 6.0.1
|
| 20 |
hooks:
|
|
|
|
| 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
|
|
|
|
| 15 |
rev: v1.34.0
|
| 16 |
hooks:
|
| 17 |
- id: typos
|
| 18 |
+
exclude: '.gitattributes'
|
| 19 |
- repo: https://github.com/PyCQA/isort
|
| 20 |
rev: 6.0.1
|
| 21 |
hooks:
|