Skip to content

Commit

Permalink
Skip constraint path check
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix committed Mar 1, 2024
1 parent a8beb7a commit d99493c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions piptools/scripts/options.py
Original file line number Diff line number Diff line change
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 d99493c

Please sign in to comment.