pip-tools icon indicating copy to clipboard operation
pip-tools copied to clipboard

pip-compile should not generate a command with --output-file if the output file matches the configuration

Open aentwist opened this issue 1 month ago • 2 comments

Expected

pyproject.toml

[tool.pip-tools]
src_files = ["requirements.in", "dev-requirements.in"]
output_file = "requirements-lock.txt"

output command is pip-compile

Actual

#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --output-file=requirements-lock.txt
#

very low prio

aentwist avatar May 16 '24 07:05 aentwist