Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 29, 2024
1 parent ba7cc94 commit 9c26c31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ venv/

# integration tests
integration_tests/**/build.log
integration_tests/**/.libs
integration_tests/**/.libs
2 changes: 1 addition & 1 deletion integration_tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ check:
clean:
rm -rf .pyodide-xbuildenv*
rm -rf recipes/*/build
rm -rf dist
rm -rf dist
2 changes: 1 addition & 1 deletion integration_tests/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ This directory contains a few curated recipes to test the build process of pyodi
### For maintainers

- Do not put too many recipes in this directory. It is meant to be a small collection of recipes that are representative of the build process.
- The recipes in this directory is originally copied from `pyodide/pyodide`. It does not need to be updated frequently unless there is a change in the build process.
- The recipes in this directory is originally copied from `pyodide/pyodide`. It does not need to be updated frequently unless there is a change in the build process.

0 comments on commit 9c26c31

Please sign in to comment.