Skip to content

Commit bbaec4b

Browse files
authoredOct 15, 2024··
Merge pull request #26 from stefanofusai/pre-commit-ci-update-config
2 parents 7611d5d + 66bd115 commit bbaec4b

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)
Please sign in to comment.