Skip to content

Commit

Permalink
Merge branch 'main' into self-host-supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
AtticusZeller authored Jan 30, 2025
2 parents 3d2e84c + 823b7b9 commit 3536cbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
uv run bash scripts/pre-start.sh
uv run bash scripts/tests-start.sh
release:
name: Bump Version and Release
needs: test
Expand Down
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ repos:
hooks:
- id: codespell
args: [--write-changes]

files: \.(py|sh|json|yml|yaml|md)$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2

hooks:
- id: ruff
args: [--fix]
Expand All @@ -45,6 +47,7 @@ repos:
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.5.21

hooks:
# Update the uv lockfile
- id: uv-lock
Expand Down

0 comments on commit 3536cbd

Please sign in to comment.