Skip to content

Update autopep8 to 1.6.0#48

Open
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-autopep8-1.5.2-to-1.6.0
Open

Update autopep8 to 1.6.0#48
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-autopep8-1.5.2-to-1.6.0

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates autopep8 from 1.5.2 to 1.6.0.

Changelog

1.6.0

Change
* required [pycodestyle](https://pypi.org/project/pycodestyle/) version 2.8.0 and higher version ( Thanks heavenshell ) 

Buf Fix
* 607 , 608 : Ignore Settings for W292 Do Not Work
* 603 , 604 : Multiple autopep8: off/on directives in one file do not work ( Thanks SPKorhonen )
* 612 , 618 : `--hang-closing` option does not work for non-indented lines

1.5.7

Change
* 597: disallow 0 for indent-size option
* 595: exit code is 99 when error occured cli option parsing

Bug Fix
* 591, 592: exit code correctly on permission denied failure

1.5.6

Update
* [pycodestyle version 2.7.0](https://pycodestyle.pycqa.org/en/latest/developer.html#id2) and higher is now required (Thanks heavenshell )

Bug Fix
* 585 : E128 check similar to pycodestyle (Thanks yamt )

1.5.5

bug fix and minor improvements

* improvement
* https://github.com/hhatto/autopep8/issues/566: lazy load `toml` package
* fix bug
* https://github.com/hhatto/autopep8/pull/580: not convert raw string for w605 fixed method

1.5.4

* new feature
* Skip formatting of a block in a file
 * use with `fmt: on/off` or `autopep8: on/off`
 * related: 460, 557  (Thanks to shardros)
* fix bugs
* 551, 553: ignoring W292 with --ignore option
* 564, 565: ignore SyntaxWarning in Python3.8+

1.5.3

* changes
* requirement pycodestyle version 2.6.0+ ( 548 )
* fix bugs
* Expected pyproject.toml configuration syntax incompatible with TOML format ( 528 , 546 )
* Fix incompatible exit code with --jobs=0 and --exit-code ( 543 , 545 )
* Fix hangup E122 fixed method with backslash ( 540 , 541 )
Links

@pyup-bot pyup-bot mentioned this pull request Oct 24, 2021
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 this pull request may close these issues.

1 participant