Skip to content

Commit 10e3536

Browse files
authored
Merge pull request #124 from jcwang587/pre-commit-ci-update-config
pre-commit autoupdate
2 parents c6bb8f5 + 33c9597 commit 10e3536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
autoupdate_commit_msg: pre-commit autoupdate
55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.12.2
7+
rev: v0.12.7
88
hooks:
99
- id: ruff
1010
args: [--fix, --unsafe-fixes]
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: pyproject-fmt
1717
- repo: https://github.com/google/yamlfmt
18-
rev: v0.17.0
18+
rev: v0.17.2
1919
hooks:
2020
- id: yamlfmt
2121
- repo: https://github.com/hukkin/mdformat
@@ -37,6 +37,6 @@ repos:
3737
- "--indent=4"
3838
- "--no-sort-keys"
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.17.0
40+
rev: v1.17.1
4141
hooks:
4242
- id: mypy

0 commit comments

Comments
 (0)