Replies: 1 comment 3 replies
-
Enabling PEP 582 in your shell would do the trick I guess |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote a question in Stack Overflow, but after submitting it, I thought maybe it might be better to write it here.
In short, I am using PDM + the pre-commit tool to run black and pylint. Black runs fine, pylint mostly runs fine. But Pylint does not seem to be able to recognize the
__pypackages__
folder.Because I want for this to work across the team, I cannot just supply a full path in an environment variable. I didn't know if there were any others that might have had trouble with pylint + PDM. I feel like this is more of a pylint issue than a PDM issue, since it is pylint that is not finding the folder. But since this is potentially a common problem that other PDM acolytes are suffering, I thought I'd ask.
Thanks as always for the fast & excellent response! :)
Beta Was this translation helpful? Give feedback.
All reactions