Replies: 1 comment
-
There are some configuration options, but there are definitely fewer options than for the linter. This is somewhat intentional to avoid that formatting discussions turn into discussions what formatter options to use. We're considering adding more options in the future, but it won't be at the same fine level as having separate rules. The best way to get an option added is to create an issue for the specific issue and we consider adding it, if there's sufficient demand (upvotes) |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it intended to enable a rule control mechanism similar to the linter in the formatter as well?
I am sometimes not too happy with the PEP 8 rules for empty lines - let's not argue why - but would in these cases like to disable those pcodestyle rules but without this # fmt on/off stuff.
Beta Was this translation helpful? Give feedback.
All reactions