From 26b4a743724e17c505f058c17b3bcea92e0fd5bb Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:11:40 -0700 Subject: [PATCH] FIX: pre-commit config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 598dac0dc94db..61879e71702d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ ci: autofix_prs: false autoupdate_schedule: monthly # manual stage hooks - skip: [pylint, pyright, mypy, autotyping] + skip: [pylint, pyright, mypy] repos: - repo: https://github.com/hauntsaninja/black-pre-commit-mirror # black compiled with mypyc