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
deffoo:
logger.info(f"some string padding some string padding some string padd {somedict['key1']}, more padding more paddin #: {somedict['dictkey2']}")
Command Line and Configuration
Not using any config files.
Command Line
$ ~/.local/bin/autopep8 foo.py def foo: logger.info(f"some string padding some string padding some string padd { #: {somedict['dictkey2']}") somedict['key1']}, more padding more paddin
Notice the second-to-last line should actually be the last line. The resulting formatted code is not syntactically correct.
Python Code
foo.py:
Command Line and Configuration
Not using any config files.
Command Line
Notice the second-to-last line should actually be the last line. The resulting formatted code is not syntactically correct.
Your Environment
The text was updated successfully, but these errors were encountered: