Page MenuHomeSolus

Update autopep8 to 1.6.0
ClosedPublic

Authored by algent on Jan 22 2022, 5:10 PM.
Tags
None
Referenced Files
F10821926: D12731.id31006.diff
Jun 2 2023, 4:00 PM
F10804145: D12731.id.diff
May 29 2023, 2:54 PM
F10799470: D12731.id31031.diff
May 28 2023, 3:04 PM
F10733819: D12731.id31031.diff
May 12 2023, 12:44 AM
F10732004: D12731.diff
May 11 2023, 10:21 AM
F10731790: D12731.id31006.diff
May 11 2023, 8:35 AM
Subscribers
None

Details

Summary

Changelog:

  • Change
    • require pycodestyle version 2.8.0 and higher version
    • disallow 0 for indent-size option
    • exit code is 99 when error occured cli option parsing
  • Bug fix
    • Ignore Settings for W292 Do Not Work
    • Multiple #autopep8: off/on directives in one file do not work
    • --hang-closing option does not work for non-indented lines
    • exit code correctly on permission denied failure
    • E128 check similar to pycodestyle
    • Not convert raw string for w605 fixed method

Depends on D12728

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan

Update python-lsp-server against this package.

Diff Detail

Repository
R4314 autopep8
Lint
Lint Not Applicable
Unit
Tests Not Applicable