Files
pyscript/pyscriptjs/environment.yml
Hood Chatham 03e798a079 Add prettier to pre-commit (#1255)
* Add prettier to pre-commit

* Apply prettier
2023-03-07 15:02:16 +05:30

21 lines
317 B
YAML

channels:
- defaults
- conda-forge
- microsoft
dependencies:
- python=3.9
- pip
- pytest=7
- nodejs=16
- black
- isort
- codespell
- pre-commit
- pillow
- numpy
- markdown
- pip:
- playwright
- pytest-playwright
- pytest-xdist