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
def_test():
# This very long comment is a test to see if auto pep 8 ever works properly and cuts the line to the right length.print("test")
This comment is formatted at 80 characters, even if autopep8 is configured for a maximum length of 120.
def_test():
# This very long comment is a test to see if auto pep 8 ever works# properly and cuts the line to the right length.print("test")
Command Line and Configuration
Command Line
python.exe -m autopep8 --max-line-length=120 -a --experimental
Your Environment
Python version: 3.9.13
autopep8 version: 2.0.4
Platform: Windows 11
IDE: VS Code
The text was updated successfully, but these errors were encountered:
MatthieuHernandez
changed the title
Comments are always formatted at 80 characters maximum.
Comments are always formatted at 80 characters maximum
Jan 29, 2024
Python Code
This comment is not correctly formatted.
This comment is formatted at 80 characters, even if autopep8 is configured for a maximum length of 120.
Command Line and Configuration
Command Line
python.exe -m autopep8 --max-line-length=120 -a --experimental
Your Environment
The text was updated successfully, but these errors were encountered: