We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7c95e commit d3ca0bdCopy full SHA for d3ca0bd
1 file changed
README.rst
@@ -246,13 +246,9 @@ autopep8 fixes the following issues_ reported by pycodestyle_::
246
W503 - Fix line break before binary operator.
247
W504 - Fix line break after binary operator.
248
W605 - Fix invalid escape sequence 'x'.
249
- W690 - Fix various deprecated code (via lib2to3).
250
251
autopep8 also fixes some issues not found by pycodestyle_.
252
253
-- Correct deprecated or non-idiomatic Python code (via ``lib2to3``). Use this
254
- for making Python 2.7 code more compatible with Python 3. (This is triggered
255
- if ``W690`` is enabled.)
256
- Normalize files with mixed line endings.
257
- Put a blank line between a class docstring and its first method
258
declaration. (Enabled with ``E301``.)
0 commit comments