Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#676)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.2](astral-sh/ruff-pre-commit@v0.9.1...v0.9.2)
- [github.com/RobertCraigie/pyright-python: v1.1.391 → v1.1.392.post0](RobertCraigie/pyright-python@v1.1.391...v1.1.392.post0)
- [github.com/astral-sh/uv-pre-commit: 0.5.20 → 0.5.21](astral-sh/uv-pre-commit@0.5.20...0.5.21)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 21, 2025
1 parent a55b7d9 commit b58b4e9
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.1
rev: v0.9.2
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.391
rev: v1.1.392.post0
hooks:
- id: pyright

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

0 comments on commit b58b4e9

Please sign in to comment.