Skip to content

Commit f186f73

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.2](astral-sh/ruff-pre-commit@v0.5.0...v0.5.2) - [github.com/astral-sh/uv-pre-commit: 0.2.13 → 0.2.24](astral-sh/uv-pre-commit@0.2.13...0.2.24)
1 parent ebf826a commit f186f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ repos:
1919
- id: pyupgrade
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.5.0
22+
rev: v0.5.2
2323
hooks:
2424
- id: ruff
2525
args: [--fix]
2626
- id: ruff-format
2727

2828
- repo: https://github.com/astral-sh/uv-pre-commit
29-
rev: 0.2.13
29+
rev: 0.2.24
3030
hooks:
3131
- id: pip-compile
3232
args: [requirements.in, -o, requirements.txt]

0 commit comments

Comments
 (0)