Skip to content

Commit

Permalink
MAINT Subclass recipe builders (#36)
Browse files Browse the repository at this point in the history
Subclasses RecipeBuilder based on the package type. This is to make it
easier to distinguish between behavior that varies by package type. No
functional changes intended.

I'll update the `buildall.py` as a follow-up.

I also removed prettier from the pre-commit, which I don't think is very
useful for pyodide-build.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ryanking13 and pre-commit-ci[bot] authored Dec 23, 2024
1 parent 4c0b872 commit 51fe634
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 154 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,5 @@ repos:
files: ^(conftest.py|src/tests|pyodide-build/pyodide_build/tests)
additional_dependencies: *mypy-deps

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier

ci:
autoupdate_schedule: "quarterly"
Loading

0 comments on commit 51fe634

Please sign in to comment.