Skip to content

Commit ed7aa2c

Browse files
pre-commit autoupdate (#798)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.12...v0.15.15) - [github.com/pre-commit/mirrors-mypy: v2.0.0 → v2.1.0](pre-commit/mirrors-mypy@v2.0.0...v2.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b458720 commit ed7aa2c

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
@@ -18,7 +18,7 @@ ci:
1818

1919
repos:
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.15.12
21+
rev: v0.15.15
2222
hooks:
2323
# ``ruff-check`` is the modern hook id; ``id: ruff`` is the legacy
2424
# alias and prints a "ruff (legacy alias)" warning every run.
@@ -39,7 +39,7 @@ repos:
3939
- id: trailing-whitespace
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v2.0.0
42+
rev: v2.1.0
4343
hooks:
4444
- id: mypy
4545
# mypy is given the explicit file list by pre-commit, which makes

0 commit comments

Comments
 (0)