Path to this page:
./
devel/py-autopep8,
Automatic formatter of Python code to conform to PEP 8
Branch: CURRENT,
Version: 2.3.1,
Package name: py312-autopep8-2.3.1,
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:
Filesize: 89.906 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-autopep8-2.3.1
- (2024-06-27) Updated to version: py311-autopep8-2.3.1
- (2024-06-17) Updated to version: py311-autopep8-2.3.0
- (2024-06-07) Updated to version: py311-autopep8-2.2.0
- (2024-05-29) Updated to version: py311-autopep8-2.1.2
- (2024-05-24) Updated to version: py311-autopep8-2.1.1
CVS history: (Expand)
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) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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)
|
2023-08-27 04:44:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-autopep8: updated to 2.0.4
v2.0.4
Paugier fix pycodestyle missing whitespace
Try to fix an AttributeError related to pycodestyle 2.11.0
v2.0.3
add pre-commit configuration
Add pre commit config
Version dependent operator whitespace function.
Update MANIFEST.in
|