Skip to content

Commit a904f9a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.11.14 → 0.11.16](astral-sh/uv-pre-commit@0.11.14...0.11.16) - [github.com/astral-sh/ruff-pre-commit: v0.15.13 → v0.15.14](astral-sh/ruff-pre-commit@v0.15.13...v0.15.14)
1 parent e8bf144 commit a904f9a

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
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/uv-pre-commit
33
# uv version.
4-
rev: 0.11.14
4+
rev: 0.11.16
55
hooks:
66
# Dependency management
77
- id: uv-lock
@@ -47,7 +47,7 @@ repos:
4747
# Python Linting & Formatting with Ruff
4848
- repo: https://github.com/astral-sh/ruff-pre-commit
4949
# Ruff version.
50-
rev: "v0.15.13"
50+
rev: "v0.15.14"
5151
hooks:
5252
- id: ruff
5353
name: ruff (linter)

0 commit comments

Comments
 (0)