Add pyscript module in both Main and Workers (#1619)

This commit is contained in:
Andrea Giammarchi
2023-08-03 10:44:17 +02:00
committed by GitHub
parent 2774e49ab9
commit 8a01a56e51
6 changed files with 211 additions and 142 deletions

View File

@@ -20,7 +20,7 @@ repos:
- id: check-yaml
- id: detect-private-key
- id: end-of-file-fixer
exclude: \.min\.js$
exclude: pyscript\.next/core.*|\.min\.js$
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit