From 7c377ff3def9160494f663f408f1167cfe31f253 Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Sat, 28 Dec 2024 10:38:21 -0500 Subject: [PATCH] closer to quak setup --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e69baa5..b9d0e8a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI # copied from anywidget, adpated to buckaroo - +# and https://github.com/manzt/quak/tree/main on: push: branches: @@ -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