Skip to content

Commit

Permalink
closer to quak setup
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Dec 28, 2024
1 parent f614eea commit 7c377ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
# copied from anywidget, adpated to buckaroo

# and https://github.com/manzt/quak/tree/main
on:
push:
branches:
Expand All @@ -22,14 +22,14 @@ jobs:
steps:
- uses: actions/checkout@v4
# Disable jupyter-builder build hook because not needed for linting/formatting, and requires pnpm
- run: |
sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
# - run: |
# sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
- uses: astral-sh/setup-uv@v4
with:
version: "0.5.x"
- run: |
uv run ruff check
uv run ruff format
# uv run ruff format # changes too many files
# buckaroo isn't currently setup for mypy

Expand Down

0 comments on commit 7c377ff

Please sign in to comment.