Skip to content

Commit c2ae2d9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.1](astral-sh/ruff-pre-commit@v0.13.2...v0.14.1) - [github.com/astral-sh/uv-pre-commit: 0.8.22 → 0.9.4](astral-sh/uv-pre-commit@0.8.22...0.9.4)
1 parent a2fe5c0 commit c2ae2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ repos:
9797
# PYTHON
9898
###############################################################################
9999
- repo: https://github.com/astral-sh/ruff-pre-commit
100-
rev: v0.13.2
100+
rev: v0.14.1
101101
hooks:
102102
# Sort imports
103103
- id: ruff-check
104104
# Run the formatter
105105
- id: ruff-format
106106
- repo: https://github.com/astral-sh/uv-pre-commit
107-
rev: 0.8.22
107+
rev: 0.9.4
108108
hooks:
109109
- id: uv-lock
110110
###############################################################################

0 commit comments

Comments
 (0)