Skip to content

Commit b261fc4

Browse files
chore(pre-commit): autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.1 → v0.16.2](astral-sh/ruff-pre-commit@v0.16.1...v0.16.2) - [github.com/tox-dev/pyproject-fmt: v2.26.0 → v2.27.0](tox-dev/pyproject-fmt@v2.26.0...v2.27.0) - [github.com/astral-sh/uv-pre-commit: 0.12.1 → 0.12.3](astral-sh/uv-pre-commit@0.12.1...0.12.3)
1 parent a18ba62 commit b261fc4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ repos:
113113
# Python
114114

115115
- repo: https://github.com/astral-sh/ruff-pre-commit
116-
rev: v0.16.1
116+
rev: v0.16.2
117117
hooks:
118118
- id: ruff-check
119119
args: [--fix]
@@ -145,7 +145,7 @@ repos:
145145
- packaging==26.2
146146

147147
- repo: https://github.com/tox-dev/pyproject-fmt
148-
rev: v2.26.0
148+
rev: v2.27.0
149149
hooks:
150150
- id: pyproject-fmt
151151
exclude: ^tests/
@@ -157,7 +157,7 @@ repos:
157157
args: [src]
158158

159159
- repo: https://github.com/astral-sh/uv-pre-commit
160-
rev: 0.12.1
160+
rev: 0.12.3
161161
hooks:
162162
- id: uv-lock
163163

0 commit comments

Comments
 (0)