./devel/py-autopep8, Automatic formatter of Python code to conform to PEP 8

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.3.2, Package name: py312-autopep8-2.3.2, Maintainer: minskim

autopep8 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:

Filesize: 90.049 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-14 17:40:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 2.3.2

2.3.2

Update README.rst: Typo fix
Bump codecov/codecov-action from 4 to 5
support Python 3.13 and drop 3.8
Fix E721 type comparison pattern handling
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-06-26 23:38:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 2.3.1

2.3.1

Bug Fix

skip e501 fixed method for f-string line without aggressive option
Fix argument parser errors are printed without a trailing newline

Enhancement

Refactor unit test
Remove coveralls
codecov with 3.11 and 3.12
   2024-06-17 10:05:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 2.3.0

v2.3.0
add handling for E204 whitespace after decorator
require to pycodestyle v2.12.0+
   2024-06-07 13:06:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 2.2.0

v2.2.0

Other

experimental option is deprecated

Bug Fixes

fix specific case of e271 and w504
skip e501 fixed method for f-string line(s)
   2024-05-29 19:52:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 2.1.2

v2.1.2

Fix e501 experimental fstring case in Python3.12+
   2024-05-24 10:56:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-autopep8: updated to 2.1.1

v2.1.1

force reload pycodestyle module
include test/acid.py in sdist package
   2024-03-24 20:19:27 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-autopep8: updated to 2.1.0

v2.1.0

migrate to pyproject.toml
Revert "Update MANIFEST.in"
run with pypy3.10
ISSUE_TEMPLATE: use "console" instead of non-existing \ 
"shell" syntax
add 3.12, drop 3.7
tox: add python3.12 to test environments
async def function formatting
pyproject: support py3.12 via new version of pycodestyle
add: unit test for e501 with async def
Update python versions
add unit test for e501 not effected with f-string
add dependabot alearts for GitHub Actions
Bump actions/setup-python from 4 to 5
Bump actions/checkout from 3 to 4
Bump github/codeql-action from 2 to 3
update codecov action v4
Avoid lib2to3 (second challenge)