Skip to content

Commit 59e1b1a

Browse files
chore: update pre-commit hooks (#45)
Co-authored-by: idsvandermolen <[email protected]>
1 parent 86a0036 commit 59e1b1a

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
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 25a8c8da6c24a3b9a1a536e2674683dd0eead5d6 # frozen: v0.11.2
4+
rev: e84319e627902e1b348574ecf3238dc511933dc7 # frozen: v0.11.7
55
hooks:
66
# Run the linter.
77
- id: ruff
@@ -10,7 +10,7 @@ repos:
1010
- id: ruff-format
1111
- repo: https://github.com/astral-sh/uv-pre-commit
1212
# uv version.
13-
rev: 4b4f19e679c52e9537d1c43a6690e4c0ae457ec5 # frozen: 0.6.11
13+
rev: d3fe7262f7fd4563482eeab6a62b6f658cbea7a2 # frozen: 0.7.2
1414
hooks:
1515
- id: uv-export
1616
args:

0 commit comments

Comments
 (0)