You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The space before the colon is removed by autopep8. black inserts a space before the colon.
Is this behavior by design (and should I add ignore = "E203" to the configuration)?
Python Code
The space before the colon is removed by
autopep8
.black
inserts a space before the colon.Is this behavior by design (and should I add
ignore = "E203"
to the configuration)?Command Line and Configuration
pyproject.toml
Command Line
$ autopep8 .
Your Environment
The text was updated successfully, but these errors were encountered: