Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#697)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4)
- [github.com/RobertCraigie/pyright-python: v1.1.392.post0 → v1.1.393](RobertCraigie/pyright-python@v1.1.392.post0...v1.1.393)
- [github.com/astral-sh/uv-pre-commit: 0.5.24 → 0.5.26](astral-sh/uv-pre-commit@0.5.24...0.5.26)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 4, 2025
1 parent ac5fa8c commit 1f764f5
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 @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand All @@ -22,12 +22,12 @@ repos:
additional_dependencies: [proto-plus-stubs, types-lxml, types-parsimonious, types-pyyaml, types-ujson]

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.392.post0
rev: v1.1.393
hooks:
- id: pyright

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.24
rev: 0.5.26
hooks:
- id: uv-lock
args: ["--frozen"]

0 comments on commit 1f764f5

Please sign in to comment.