Skip to content

Commit

Permalink
BREAK: remove --no-gitpod option
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 5, 2024
1 parent 9835276 commit 558381c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ repos:
args:
- --allow-labels
- --dependabot=update
- --no-gitpod
- --no-notebooks
- --no-prettierrc
- --no-pypi
Expand Down
6 changes: 0 additions & 6 deletions src/compwa_policy/check_dev_files/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 558381c

Please sign in to comment.