python-yapf
No description set
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-yapf && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-yapf.changes | 0000004809 4.7 KB | |
python-yapf.spec | 0000002448 2.39 KB | |
yapf-0.32.0.tar.gz | 0000194820 190 KB |
Revision 11 (latest revision is 17)
Dominique Leuenberger (dimstar_suse)
accepted
request 980752
from
Matej Cepl (mcepl)
(revision 11)
- Update to 0.32.0: - Look at the 'pyproject.toml' file to see if it contains ignore file information for YAPF. - New entry point `yapf_api.FormatTree` for formatting lib2to3 concrete syntax trees. - Change tests to support "pytest". - Reformat so that "flake8" is happy. - Clean up the FormatToken interface to limit how much it relies upon the pytree node object. - Rename "unwrapped_line" module to "logical_line." - Rename "UnwrappedLine" class to "LogicalLine." - Added pyproject extra to install toml package as an optional dependency. - Enable `BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF` knob for "pep8" style, so method definitions inside a class are surrounded by a single blank line as prescribed by PEP8. - Fixed the '...' token to be spaced after a colon. - Fix update-alternatives use.
Comments 0