From e5a27cc51fb64a48137754230e56d202decbfac8 Mon Sep 17 00:00:00 2001 From: Max R Date: Sat, 13 Jun 2026 11:13:52 -0400 Subject: [PATCH] Update pre-commit configuration for ty hook --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 838bc30..3a23dfa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,10 +53,11 @@ repos: - setuptools - tenacity language_version: python3.12 -- repo: https://github.com/mxr/mirrors-ty +- repo: https://github.com/astral-sh/ty-pre-commit rev: b0cc809b854427130bbdc84b922e0e38c6c6b8eb # frozen: v0.0.48 hooks: - id: ty + args: ['--no-project', '--offline'] additional_dependencies: - aiohttp>=3 - aiopathlib