Commit 3c7d19d
committed
prettier: set
Updated `.prettierignore` to ingnore the typical Python environment files from `.venv`
If you are running pre-commit locally you probably have a Python environment setup.
This PR speeds up the prettier hook and avoids multiple passes through the targetted files.pass_filenames: false to avoid multiple passes1 parent 9f0950d commit 3c7d19d
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
0 commit comments