Skip to content

Commit 580d17c

Browse files
[pre-commit.ci] pre-commit autoupdate (#2761)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.11...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 75ae23e commit 580d17c

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
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.11.11"
13+
rev: "v0.11.12"
1414
hooks:
1515
- id: ruff
1616
args: ["--fix"]
@@ -53,7 +53,7 @@ repos:
5353
# "--load-plugins=pylint.extensions.docparams", We're not ready for that
5454
]
5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.15.0
56+
rev: v1.16.0
5757
hooks:
5858
- id: mypy
5959
language: python

0 commit comments

Comments
 (0)