Path to this page:
./
devel/py-autopep8,
Automatic formatter of Python code to conform to PEP 8
Branch: CURRENT,
Version: 1.5.4,
Package name: py37-autopep8-1.5.4,
Maintainer: minskimautopep8 automatically formats Python code to conform to the PEP 8
style guide. It uses the pycodestyle utility to determine what parts
of the code needs to be formatted. autopep8 is capable of fixing most
of the formatting issues that can be reported by pycodestyle.
Required to run:[
devel/py-setuptools] [
devel/py-codestyle] [
lang/python37] [
textproc/py-toml]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 9260df6f3d29b5faeb67ec8d789fe85e5f6fca54
RMD160: 204a9e5ed857e55f5b032fc3c5887f754fbc6296
Filesize: 118.624 KB
Version history: (Expand)
- (2020-08-03) Updated to version: py37-autopep8-1.5.4
- (2020-06-01) Updated to version: py37-autopep8-1.5.3
- (2020-04-23) Updated to version: py37-autopep8-1.5.2
- (2020-04-07) Updated to version: py37-autopep8-1.5.1
- (2020-01-20) Updated to version: py37-autopep8-1.5
- (2019-04-15) Updated to version: py27-autopep8-1.4.4
CVS history: (Expand)
2020-08-03 15:49:56 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-autopep8: updated to 1.5.4
Version 1.5.4
new feature
* Skip formatting of a block in a file
- use with fmt: on/off or autopep8: on/off
fix bugs
* ignoring W292 with --ignore option
* ignore SyntaxWarning in Python3.8+
|
2020-06-01 07:12:22 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-autopep8: updated to 1.5.3
version 1.5.3
changes
requirement pycodestyle version 2.6.0+
fix bugs
Expected pyproject.toml configuration syntax incompatible with TOML format
Fix incompatible exit code with --jobs=0 and --exit-code
Fix hangup E122 fixed method with backslash
|
2020-04-23 08:08:32 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-autopep8: updated to 1.5.2
version 1.5.2
new features
* support parallel jobs for diff option
changes
* enable exclude option when specify directly file args
fix bugs
* related code E702
* related code W503/W504
|
2020-04-07 12:43:31 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-autopep8: updated to 1.5.1
1.5.1:
fix bugs
|
2020-01-20 20:50:33 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-autopep8: updated to 1.5
version 1.5
Support Python3.8
Support pyproject.toml with [tool.autopep8] section.
fix bugs
|
2019-04-15 10:27:42 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-autopep8: updated to 1.4.4
version 1.4.4
* fix bugs
* Don't write the file unless there are changes
* update configuration documentation
|
2018-11-13 12:35:28 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-autopep8: updated to 1.4.3
version 1.4.3
fix bugs
* related code W605
* related code E402
* related code W503
|
2018-10-24 12:37:25 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-autopep8: updated to 1.4.2
version 1.4.2:
fix bugs
|