Skip to content

Commit c7ffa73

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.3](pappasam/toml-sort@v0.24.2...v0.24.3) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.1](astral-sh/ruff-pre-commit@v0.12.12...v0.13.1) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent 4dfccbe commit c7ffa73

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
@@ -41,7 +41,7 @@ repos:
4141
- id: yamllint
4242
files: \.(yaml|yml)$
4343
- repo: https://github.com/pappasam/toml-sort
44-
rev: v0.24.2
44+
rev: v0.24.3
4545
hooks:
4646
- id: toml-sort-fix
4747
alias: toml
@@ -52,7 +52,7 @@ repos:
5252
- id: tox-ini-fmt
5353

5454
- repo: https://github.com/astral-sh/ruff-pre-commit
55-
rev: v0.12.12
55+
rev: v0.13.1
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.17.1
65+
rev: v1.18.2
6666
hooks:
6767
- id: mypy
6868
additional_dependencies:

0 commit comments

Comments
 (0)