Skip to content

Commit 7beb336

Browse files
chore: autoupdate pre-commit config
updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.1 → v0.16.3](astral-sh/ruff-pre-commit@v0.16.1...v0.16.3) - [github.com/astral-sh/uv-pre-commit: 0.12.1 → 0.12.5](astral-sh/uv-pre-commit@0.12.1...0.12.5)
1 parent 15d5bad commit 7beb336

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: check-toml
1616
- id: check-ast
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.16.1
18+
rev: v0.16.3
1919
hooks:
2020
- id: ruff-check
2121
- id: ruff-format
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: reuse-lint-file
3636
- repo: https://github.com/astral-sh/uv-pre-commit
37-
rev: 0.12.1
37+
rev: 0.12.5
3838
hooks:
3939
- id: uv-lock
4040
args: ["--locked"]

0 commit comments

Comments
 (0)