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
In my project, I have some files and folders excluded to sync with git.
In them, there are some python files which SHALL be ignored also for pip-missing-reqs.
Currently, I've these files/folders excluded with --ignore-file=.
It would be great that pip-missing-reqs could use .gitignore (with an optional parameter).
In instance, pip-missing-reqs --use-gitignore.
The text was updated successfully, but these errors were encountered:
Thanks @juanmah for the suggestion. Is this something you have seen in other linters or similar tools? I am not familiar with this and am looking for inspiration and also to check my instinct that this would be a bit odd.
In my project, I have some files and folders excluded to sync with git.
In them, there are some python files which SHALL be ignored also for pip-missing-reqs.
Currently, I've these files/folders excluded with
--ignore-file=
.It would be great that pip-missing-reqs could use
.gitignore
(with an optional parameter).In instance,
pip-missing-reqs --use-gitignore
.The text was updated successfully, but these errors were encountered: