Replies: 2 comments 1 reply
-
ruffs documentation actually recommends using |
Beta Was this translation helpful? Give feedback.
0 replies
-
I prefer the forward slash notation, as that is how I am used to reading paths on my OS. I also think there is less visual clutter and more consistency in |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
why ruff recommends "
os.path.join()
should be replaced byPath
with/
operator" and notPath().joinpath
?says ruff's documentation but
joinpath
is kinda more readable than/
. So why not recommendingjoinpath
instead?Beta Was this translation helpful? Give feedback.
All reactions