Skip to content

Commit 38d90b6

Browse files
authored
Merge pull request #10 from stefanofusai/pre-commit-ci-update-config
2 parents 3683893 + 538e3fb commit 38d90b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
files: ^requirements\.in$
1414
# Specific checks and fixes for different file types
1515
- repo: https://github.com/markdownlint/markdownlint
16-
rev: 41fc308f0d7f2647f0ae2c2d3826f48e42d964f4
16+
rev: v0.13.0
1717
hooks:
1818
- id: markdownlint
1919
args:
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: check-toml
2626
- repo: https://github.com/adrienverge/yamllint
27-
rev: f0c0c7586b97809289bdcfe83a66363330b645d8
27+
rev: v1.35.1
2828
hooks:
2929
- id: yamllint
3030
args:
@@ -43,7 +43,7 @@ repos:
4343
hooks:
4444
- id: pyupgrade
4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: v0.6.5
46+
rev: v0.6.8
4747
hooks:
4848
- id: ruff
4949
args:
@@ -68,7 +68,7 @@ repos:
6868
- main
6969
# Dependency management
7070
- repo: https://github.com/astral-sh/uv-pre-commit
71-
rev: 0.4.10
71+
rev: 0.4.17
7272
hooks:
7373
- id: pip-compile
7474
args:

0 commit comments

Comments
 (0)