Files
mruby-mruby/.prettierignore
John Bampton 3c7d19d41b prettier: set pass_filenames: false to avoid multiple passes
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.
2025-12-30 01:53:03 +10:00

7 lines
76 B
Plaintext

# Ignore artifacts:
build
coverage
doc/internal/opcode.md
tools/lrama
.venv