python-autopep8
Autopep8 is automatic generated to pep8 checked code. This is old style tool, wrapped pep8 via subprocess module.
- Developed at devel:languages:python
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-autopep8 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
autopep8-1.4.tar.gz | 0000107925 105 KB | |
python-autopep8.changes | 0000005683 5.55 KB | |
python-autopep8.spec | 0000002426 2.37 KB |
Revision 12 (latest revision is 31)
Dominique Leuenberger (dimstar_suse)
accepted
request 632808
from
Tomáš Chvátal (scarabeus_iv)
(revision 12)
- Install license - Delete old archive - update to version 1.4: * py37 * W690 add DEFAULT_IGNORE. (because Python3 is mainstream now) * strict pep8 * update readme * fix E702 is not running in case of README.rst example * add unit test for e128 with -aaa option * fix exception in fix_w503, when do not pointing out W503 * fix E305, when E303 and E305 are detected on the subsequent line * env: PEP8_VERSION=pypi,github * Travis CI: Add Python 3.7 to the testing * update acid test output data * seperate to e113 and e116 fixed method * Update links to PyPI in README.rst * add W605 fixed method * add unit test for w605 fixed method * Make test_e225_with_indentation_fix() actually use the fixer for E225 * Add fixer for E252 "Missing whitespace around parameter equals" * ix: case that W503 in a continuous 5 or more lines * add test case for W503 in a continuous 5 or more lines * fix e731 with case of default argument * add test for e731 with default arguments * fix broken coverage script * Handle ValueError from check_syntax
Comments 0