How to disable warning in non-poetry projects #9279
Replies: 1 comment
-
Turns out, I was at fault here. I had configured my |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have poetry installed using
pipx
, whenever Icd
into any directory, it prints the following warning if couldn't findpyproject.toml
file in the repository. This is understandable for python projects, but for non-python projects this becomes irritating. Even for python projects, sometime it becomes irritating if you are not usingpoetry
and in my org I have many projects which are still usingsetup.py
.Edit: this warning is not just printed when I cd into non-python project, but every time I run a command in terminal.
Is there a way to disable this warning? Or is it just me and my zsh configuration file?
Beta Was this translation helpful? Give feedback.
All reactions