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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.5.2](astral-sh/ruff-pre-commit@v0.4.8...v0.5.2)
- [github.com/astral-sh/uv-pre-commit: 0.2.11 → 0.2.24](astral-sh/uv-pre-commit@0.2.11...0.2.24)
  • Loading branch information
pre-commit-ci[bot] authored Jul 15, 2024
1 parent ffaf54a commit 1e30668
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 @@ -7,7 +7,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -19,14 +19,14 @@ repos:
- id: pyupgrade

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.5.2
hooks:
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.2.11
rev: 0.2.24
hooks:
- id: pip-compile
args: [requirements.in, -o, requirements.txt]

0 comments on commit 1e30668

Please sign in to comment.