Files
ansible-docs/.pip-tools.toml
Maxwell G 9766400f78 move pip-compile config into .pip-tools.toml
(cherry picked from commit ae24c096b4)

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
2023-10-22 01:51:07 +00:00

6 lines
96 B
TOML

[tool.pip-tools]
resolver = "backtracking"
allow-unsafe = true
strip-extras = true
quiet = true