Skip to content

Commit d6611e2

Browse files
[pre-commit.ci] pre-commit autoupdate (#2345)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea <[email protected]>
1 parent b141186 commit d6611e2

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
@@ -36,7 +36,7 @@ repos:
3636
additional_dependencies:
3737
- tomli; python_version<'3.11'
3838
- repo: https://github.com/adrienverge/yamllint.git
39-
rev: v1.37.0
39+
rev: v1.37.1
4040
hooks:
4141
- id: yamllint
4242
files: \.(yaml|yml)$
@@ -52,7 +52,7 @@ repos:
5252
- id: tox-ini-fmt
5353

5454
- repo: https://github.com/astral-sh/ruff-pre-commit
55-
rev: v0.11.6
55+
rev: v0.12.4
5656
hooks:
5757
- id: ruff
5858
args:
@@ -62,7 +62,7 @@ repos:
6262
# - id: ruff-format # must be after ruff
6363
# types_or: [python, pyi]
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.15.0
65+
rev: v1.17.0
6666
hooks:
6767
- id: mypy
6868
additional_dependencies:

0 commit comments

Comments
 (0)