https://pantsbuild.org/ logo
s

shy-advantage-49800

11/13/2022, 5:42 PM
I want to use
pyproject.toml
to set the configuration for
flake8
. I'm unable. Even changing the
config = "pyproject.toml
, and adding
extra_requirements.add = ["Flake8-pyproject"]
doesn't let me do that. 😢
w

wide-midnight-78598

11/13/2022, 6:16 PM
If you run with
--keep-sandboxes=always
do you see the
pyproject.toml
in the sandbox?
h

hundreds-father-404

11/14/2022, 5:25 PM
Hm, yeah, that's fishy. Pants should also be auto-detecting pyproject.toml and including it +1 to using
--keep-sandboxes=always
s

shy-advantage-49800

11/14/2022, 5:26 PM
if I use it twice I can't see the logs the
keep-sandboxes
provides, because stuff are cached, do I need to remove the cache or is there a better way to always see them?
h

hundreds-father-404

11/14/2022, 5:47 PM
--no-local-cache --no-pantsd
(pantsd is for memoization)
7 Views