Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jan 15, 2025
1 parent 092e906 commit fdd24ea
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ repos:
args: [--fix]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.5.18
hooks:
- id: uv-sync
args: ["--locked", "--all-packages"]
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.5.18
Expand Down
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,10 @@ reportUnknownLambdaType = false
stubPath = "stubs"
venv = ".venv"
venvPath = "."

[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]

[tool.uv]
package = true
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fdd24ea

Please sign in to comment.