Replies: 2 comments 1 reply
-
Great question! It should be enough, yes: for my personal projects, I moved away from specifying these in my local deps. However, on a team project I'm working on, most people use VSCode with devcontainers and they run these tools inside their containers, as opposed to on the host machine, like I do. I'm curious to hear what the community does and if there are other pros and cons... |
Beta Was this translation helpful? Give feedback.
-
In using these tools outside of For some other projects
In the end I don't care about it as long it gives me the correct outcome. |
Beta Was this translation helpful? Give feedback.
-
Hey there,
I was wondering why the code quality tools like black and isort are listed additionally in the local.txt file.
They are specified in the pre-commit config file with the according versions.
That should be enough, right, or am I missing something?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions