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>