mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
* fix wrong console method and unescape the tag content before running markdown on it * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add markdown plugin example test * add PyMarkdown minimal test * remove commented code * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove import of console from pyscript * remove unused imports * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Fabio Pliger <fpliger@anaconda.com>
21 lines
275 B
YAML
21 lines
275 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
|