Closed moonso closed 3 years ago
Hi @moonso , well, your cli environment and textmate environment are different. i always create .tm_properties
file and;
TM_PYTHON_FMT_VIRTUAL_ENV="/Users/vigo/.virtualenvs/MYENV"
TM_PYTHON_FMT_PYTHON_PATH="${TM_PYTHON_FMT_VIRTUAL_ENV}/bin/python"
TM_PYTHON_FMT_PYLINTRC="/Users/vigo/Repos/Development/FOO/web_apps/MYPROJECT.pylintrc"
wen need to tell textmate
Thank you!
Hi, I can not figure out how to use black options for fmt, in specific I want to use
line-length 100
. In my project I have apyproject.toml
with a entry like:So when I run the cli of black on the command line everything works as expected:
However when using fmt the
pyproject.toml
option is ignored. I have tried to add the option in my.tm_properties
as well without success:Do you have any clue @vigo ?
Thanks for help