Skip to content

Commit 2407cc3

Browse files
authored
Merge pull request #8 from stefanofusai/pre-commit-ci-update-config
2 parents 716f8b6 + a3438a1 commit 2407cc3

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
@@ -19,14 +19,14 @@ repos:
1919
- id: pyupgrade
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.5.2
22+
rev: v0.5.4
2323
hooks:
2424
- id: ruff
2525
args: [--fix]
2626
- id: ruff-format
2727

2828
- repo: https://github.com/astral-sh/uv-pre-commit
29-
rev: 0.2.24
29+
rev: 0.2.27
3030
hooks:
3131
- id: pip-compile
3232
args: [requirements.in, -o, requirements.txt]

0 commit comments

Comments
 (0)