Missing pycodestyle's convention
option
#10156
-
Hello! I want to use preview = true
[lint.pycodestyle]
convention = "google"
|
Beta Was this translation helpful? Give feedback.
Answered by
charliermarsh
Feb 28, 2024
Replies: 1 comment 1 reply
-
Hey sorry -- I believe it's |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
arichr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey sorry -- I believe it's
[lint.pydocstyle]
, rather than[lint.pycodestyle]
. Can you try that?