Skip to content

Commit

Permalink
chore: ruff moved to astral-sh (#864)
Browse files Browse the repository at this point in the history
* chore: ruff moved to astral-sh\n\nSee scientific-python/cookie#205.

Committed via https://github.com/asottile/all-repos

* ci: patch emscripten job

* Update .github/workflows/emscripten.yaml
  • Loading branch information
henryiii committed Jul 4, 2023
1 parent 2d0e184 commit 653df90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: "3.11"

- name: Install pyodide-build
run: pip install pyodide-build==0.23.1
run: pip install pyodide-build==0.23.1 "pydantic<2"

- name: Compute emsdk version
id: compute-emsdk-version
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: setup-cfg-fmt
args: [--include-version-classifiers, --max-py-version=3.11]

- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.272"
hooks:
- id: ruff
Expand Down

0 comments on commit 653df90

Please sign in to comment.