-
Notifications
You must be signed in to change notification settings - Fork 91
Format quilt3 #4541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format quilt3 #4541
Changes from all commits
7d39096
679f0e6
0546cef
0eac837
4415402
b3ac4b7
831b442
9207dbe
603e098
53503ce
7992e12
055581a
d511bea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,37 +9,44 @@ on: | |
| env: | ||
| UV_LOCKED: 1 | ||
| jobs: | ||
| # Lint the entire Python codebase (except catalog/ and api/python/) | ||
| lint-root: | ||
| lint-quilt3: | ||
| runs-on: ubuntu-latest | ||
| defaults: | ||
| run: | ||
| working-directory: api/python | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| - uses: astral-sh/setup-uv@v6 | ||
| - name: Run Ruff linter on entire codebase | ||
| run: uvx [email protected] check . --exclude catalog/ --exclude api/python/ | ||
| - name: Lint | ||
| run: uv run poe lint | ||
|
|
||
| lint: | ||
| format-quilt3: | ||
| runs-on: ubuntu-latest | ||
| defaults: | ||
| run: | ||
| working-directory: api/python | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| - uses: astral-sh/setup-uv@v6 | ||
| - name: Lint | ||
| run: uv run poe lint | ||
| - name: Check formatting (quilt3) | ||
| run: uv run poe fmt --check | ||
|
|
||
| lint-rest: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| - uses: astral-sh/setup-uv@v6 | ||
| - name: Run Ruff linter on entire codebase | ||
| run: uvx [email protected] check . --exclude catalog/ --exclude api/python/ | ||
|
|
||
| # Formatting check disabled until codebase is reformatted | ||
| # format: | ||
| # Enable once the rest of the codebase is formatted | ||
| # format-rest: | ||
| # runs-on: ubuntu-latest | ||
| # defaults: | ||
| # run: | ||
| # working-directory: api/python | ||
| # steps: | ||
| # - uses: actions/checkout@v5 | ||
| # - uses: astral-sh/setup-uv@v6 | ||
| # - name: Check formatting | ||
| # run: uv run poe fmt --check | ||
| # - name: Check formatting (rest of codebase) | ||
| # run: uvx [email protected] format --check --exclude catalog/ --exclude api/python/ | ||
|
|
||
| test-gendocs: | ||
| runs-on: ubuntu-latest | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.