Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4)
- [github.com/astral-sh/uv-pre-commit: 0.5.9 → 0.5.13](astral-sh/uv-pre-commit@0.5.9...0.5.13)
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 30, 2024
1 parent f28296e commit 7460fc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
# Lint / autoformat: Python code
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.8.3"
rev: "v0.8.4"
hooks:
# Run the linter
- id: ruff
Expand All @@ -21,15 +21,15 @@ repos:

# Deps: ensure Python uv lockfile is up to date
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.9
rev: 0.5.13
hooks:
- id: uv-lock
files: src/backend/pyproject.toml
args: [--project, src/backend]

# Upgrade: upgrade Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade

Expand Down

0 comments on commit 7460fc1

Please sign in to comment.