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 e2ee676 + 36142b8 commit cdf486c
Showing 1 changed file with 3 additions and 0 deletions.
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 @@ -42,6 +44,7 @@ repos:
language: system
types: ["dockerfile"]


- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.5.21
Expand Down

0 comments on commit cdf486c

Please sign in to comment.