Skip to content

Commit 05a7326

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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 7d4b360 commit 05a7326

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
additional_dependencies:
2323
- black
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: "v0.12.12"
25+
rev: "v0.13.1"
2626
hooks:
2727
- id: ruff
2828
args:
@@ -34,7 +34,7 @@ repos:
3434
- id: prettier
3535
additional_dependencies: [prettier@latest, prettier-plugin-toml@latest]
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: "v1.17.1"
37+
rev: "v1.18.2"
3838
hooks:
3939
- id: mypy
4040
exclude: ^tests/.*

0 commit comments

Comments
 (0)