Skip to content

Commit f92623d

Browse files
authored
Merge pull request #24 from stefanofusai/pre-commit-ci-update-config
2 parents 6c243b6 + 2ad6ffe commit f92623d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ default_language_version:
66
repos:
77
# Generic file checks and fixes
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: end-of-file-fixer
1212
- id: file-contents-sorter
1313
files: ^requirements\.in$
1414
# Specific checks and fixes for different file types
1515
- repo: https://github.com/markdownlint/markdownlint
16-
rev: v0.13.0
16+
rev: v0.12.0
1717
hooks:
1818
- id: markdownlint
1919
args:
2020
- -r
2121
- ~MD013
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v4.6.0
23+
rev: v5.0.0
2424
hooks:
2525
- id: check-toml
2626
- repo: https://github.com/adrienverge/yamllint
@@ -43,7 +43,7 @@ repos:
4343
hooks:
4444
- id: pyupgrade
4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: v0.6.8
46+
rev: v0.6.9
4747
hooks:
4848
- id: ruff
4949
args:
@@ -60,15 +60,15 @@ repos:
6060
- --ignore=B6
6161
- --msg-filename
6262
- repo: https://github.com/pre-commit/pre-commit-hooks
63-
rev: v4.6.0
63+
rev: v5.0.0
6464
hooks:
6565
- id: no-commit-to-branch
6666
args:
6767
- --branch
6868
- main
6969
# Dependency management
7070
- repo: https://github.com/astral-sh/uv-pre-commit
71-
rev: 0.4.17
71+
rev: 0.4.18
7272
hooks:
7373
- id: pip-compile
7474
args:

0 commit comments

Comments
 (0)