Skip to content

Commit

Permalink
Merge pull request #2038 from honnix/patch-1
Browse files Browse the repository at this point in the history
Skip constraint path check
  • Loading branch information
chrysle committed Mar 4, 2024
2 parents 1f00154 + d99493c commit 1197151
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions piptools/scripts/options.py
Expand Up @@ -343,14 +343,6 @@ def _get_default_option(option_name: str) -> Any:
constraint = click.option(
"-c",
"--constraint",
type=click.Path(
exists=True,
file_okay=True,
dir_okay=False,
readable=True,
allow_dash=False,
path_type=str,
),
multiple=True,
help="Constrain versions using the given constraints file; may be used more than once.",
)
Expand Down

0 comments on commit 1197151

Please sign in to comment.