From 6061b3ebbcdecc33f369c0d48fe0641b34858294 Mon Sep 17 00:00:00 2001 From: Peter Shen Date: Thu, 4 Jul 2024 02:19:14 +0800 Subject: [PATCH] Exclude .gitpod.yml by default with check-manifest (#307) * Exclude .gitpod.yml by default in check-manifest * Update pyproject.toml Co-authored-by: Mike Fiedler --------- Co-authored-by: Mike Fiedler --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e1278b..255b366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,9 +50,6 @@ Home-page = "https://github.com/pypa/readme_renderer" requires = ["setuptools>=40.8.0"] build-backend = "setuptools.build_meta" -# TODO: Remove when https://github.com/mgedmin/check-manifest/pull/155 released -[tool.check-manifest] -ignore = [".gitpod.yml"] [tool.coverage.run] branch = true