Replies: 2 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I'm new to Ruff and was therefore hoping someone more skilled might help. I have scoured the docs and stack overflow, but no luck.
I want a rule that Warns against importing symbols starting with underscore, is there one?
EG in
ex.py
:in
use.py
:and I want a warning to say I shouldn't import
_ex
because it is 'private'.Does anything like this exist?
Thanks,
Howard.
Beta Was this translation helpful? Give feedback.
All reactions