Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
89cfb25
1
Parent(s): 31ea308
Exclude contrib dirs from pyright
Browse files- .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml
CHANGED
|
@@ -27,4 +27,4 @@ repos:
|
|
| 27 |
hooks:
|
| 28 |
- id: pyright-pretty
|
| 29 |
files: ^src/|^tests/
|
| 30 |
-
exclude: ^examples/
|
|
|
|
| 27 |
hooks:
|
| 28 |
- id: pyright-pretty
|
| 29 |
files: ^src/|^tests/
|
| 30 |
+
exclude: ^examples/|^src/contrib/|^tests/contrib/
|