I want to use `pyproject.toml` to set the configur...
# general
s
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
If you run with
--keep-sandboxes=always
do you see the
pyproject.toml
in the sandbox?
h
Hm, yeah, that's fishy. Pants should also be auto-detecting pyproject.toml and including it +1 to using
--keep-sandboxes=always
s
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
--no-local-cache --no-pantsd
(pantsd is for memoization)