From c7a5d2bd095685a16067e0761321240df4720005 Mon Sep 17 00:00:00 2001 From: Luis Saavedra Date: Thu, 24 Oct 2024 05:07:53 -0300 Subject: [PATCH] remove check-manifest --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 285ee1e..cfd3084 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,8 +30,3 @@ repos: rev: "v1.9.0" hooks: - id: mypy -- repo: https://github.com/mgedmin/check-manifest - rev: "0.49" - hooks: - - id: check-manifest - args: [--no-build-isolation]