Skip to content

Commit

Permalink
update: avoid lib2to3 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Mar 17, 2024
1 parent 7c7c95e commit d3ca0bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.rst
Expand Up @@ -246,13 +246,9 @@ autopep8 fixes the following issues_ reported by pycodestyle_::
W503 - Fix line break before binary operator.
W504 - Fix line break after binary operator.
W605 - Fix invalid escape sequence 'x'.
W690 - Fix various deprecated code (via lib2to3).

autopep8 also fixes some issues not found by pycodestyle_.

- Correct deprecated or non-idiomatic Python code (via ``lib2to3``). Use this
for making Python 2.7 code more compatible with Python 3. (This is triggered
if ``W690`` is enabled.)
- Normalize files with mixed line endings.
- Put a blank line between a class docstring and its first method
declaration. (Enabled with ``E301``.)
Expand Down

0 comments on commit d3ca0bd

Please sign in to comment.