Skip to content

Commit ffec860

Browse files
[pre-commit.ci] pre-commit autoupdate (#618)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.11...v0.13.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.1](pre-commit/mirrors-mypy@v1.17.1...v1.18.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7776f47 commit ffec860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: black
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.12.11
14+
rev: v0.13.0
1515
hooks:
1616
- id: ruff
1717
args: [ --fix ]
@@ -24,7 +24,7 @@ repos:
2424
- tomli
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.17.1
27+
rev: v1.18.1
2828
hooks:
2929
- id: mypy
3030
additional_dependencies: ["types-PyYAML", "types-setuptools"]

0 commit comments

Comments
 (0)