SUSE Linux Enterprise Server 16.1 x86_64
25.1.0-160100.2.1
lock
rpm
SUSE Linux Enterprise Server 16.0 x86_64
25.1.0-160000.3.1
info
lock
rpm
25.1.0-160000.2.2
lock
rpm
Black is a code formatter written in Python, and reformats Python 2.x and 3.x code. Black reformats entire files in place. It is not configurable. It does not take previous formatting into account. The coding style enforced is a PEP-8 subset, adheres to PEP-257, and otherwise passes the rules of the "pycodestyle" checker. Black skips over blocks that start and end with "# fmt: off" and "# fmt: on", respectively. It also recognizes YAPF's block comments to the same effect.
MIT