Skip to content

Commit 7b7b883

Browse files
[pre-commit.ci] pre-commit autoupdate (#246)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...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 9275d65 commit 7b7b883

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
@@ -16,15 +16,15 @@ repos:
1616
- id: requirements-txt-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.11.8
19+
rev: v0.11.12
2020
hooks:
2121
- id: ruff
2222
- repo: https://github.com/psf/black
2323
rev: 25.1.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.15.0
27+
rev: v1.16.0
2828
hooks:
2929
- id: mypy
3030
additional_dependencies:

0 commit comments

Comments
 (0)