Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some E265 errors won't be fixed #662

Closed
jmatsuzawa opened this issue Dec 13, 2022 · 1 comment · Fixed by #663
Closed

Some E265 errors won't be fixed #662

jmatsuzawa opened this issue Dec 13, 2022 · 1 comment · Fixed by #663
Assignees

Comments

@jmatsuzawa
Copy link

jmatsuzawa commented Dec 13, 2022


Python Code

#print(" ")

Command Line and Configuration

Config:
N/A

Command Line

$ autopep8 --diff --select=E265 foo.py

Your Environment

  • Python version: 3.10.9
  • autopep8 version: 1.7.1 (pycodestyle: 2.9.1)
  • Platform: WSL on Windows 10 Pro

The following environment has the same issue:

  • Python version: 3.10.9
  • autopep8 version: 2.0.0 (pycodestyle: 2.10.0)
  • Platform: WSL on Windows 10 Pro

Extra Information

The following code can be fixed (without a space between quotes):

#print("")
% autopep8 --diff --select=E265 foo.py
--- original/foo.py
+++ fixed/foo.py
@@ -1 +1 @@
-#print("")
+# print("")
@hhatto hhatto self-assigned this Dec 14, 2022
@hhatto hhatto mentioned this issue Dec 15, 2022
@hhatto
Copy link
Owner

hhatto commented Dec 16, 2022

Thanks for reporting.

This problem has been fixed in version 2.0.1.
Please use the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants