Skip to content

Commit 66bd115

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0) - [github.com/astral-sh/uv-pre-commit: 0.4.18 → 0.4.20](astral-sh/uv-pre-commit@0.4.18...0.4.20)
1 parent 7611d5d commit 66bd115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
- eof_newline=true
4040
# Specific checks and fixes for Python files
4141
- repo: https://github.com/asottile/pyupgrade
42-
rev: v3.17.0
42+
rev: v3.18.0
4343
hooks:
4444
- id: pyupgrade
4545
- repo: https://github.com/astral-sh/ruff-pre-commit
@@ -68,7 +68,7 @@ repos:
6868
- main
6969
# Dependency management
7070
- repo: https://github.com/astral-sh/uv-pre-commit
71-
rev: 0.4.18
71+
rev: 0.4.20
7272
hooks:
7373
- id: pip-compile
7474
args:

0 commit comments

Comments
 (0)