From 558381cb096773956f3c3a5ee07f179f49eca958 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:35:13 +0200 Subject: [PATCH] BREAK: remove `--no-gitpod` option --- .pre-commit-config.yaml | 1 - src/compwa_policy/check_dev_files/__init__.py | 6 ------ 2 files changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ce01b79..23d67b37 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,6 @@ repos: args: - --allow-labels - --dependabot=update - - --no-gitpod - --no-notebooks - --no-prettierrc - --no-pypi diff --git a/src/compwa_policy/check_dev_files/__init__.py b/src/compwa_policy/check_dev_files/__init__.py index d8121942..3bec606d 100644 --- a/src/compwa_policy/check_dev_files/__init__.py +++ b/src/compwa_policy/check_dev_files/__init__.py @@ -230,12 +230,6 @@ def _create_argparse() -> ArgumentParser: default=False, help="Skip check that concern config files for Python projects.", ) - parser.add_argument( - "--no-gitpod", - action="store_true", - default=False, - help="Do not create a GitPod config file", - ) parser.add_argument( "--no-prettierrc", action="store_true",