You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all directories are walked through, except the ones ignored by .gitignore
it would be nice to be able to ignore the walkthrough of some directories, maybe because they are big and do not contain python code.
or in my case if they crash the walkthrough. I'm using pdm and the .venv/ at the root of my project contains symlink to python versions outside of the project and it raises an error:
We can get this more or less “for free” through trailrunner. Just need to add a config option to fixit and pass that value along to trailrunner when walking paths. Shouldn’t be much work if someone is interested in a PR.
Currently all directories are walked through, except the ones ignored by
.gitignore
it would be nice to be able to ignore the walkthrough of some directories, maybe because they are big and do not contain python code.
or in my case if they crash the walkthrough. I'm using pdm and the
.venv/
at the root of my project contains symlink to python versions outside of the project and it raises an error:for now I'm resorting to:
The text was updated successfully, but these errors were encountered: