python-flake8-continuation
Flake8 Line Continuation Plugin
A Flake8 plugin that checks for the line continuation style to be in the preferred method according to PEP-8, specifically:
The preferred way of wrapping long lines is by using Python's implied line continuation inside parentheses, brackets and braces. Long lines can be broken over multiple lines by wrapping expressions in parentheses. These should be used in preference to using a backslash for line continuation.
- Versions: 1.0.5
- Website: https://github.com/planetlabs/flake8-continuation
- Licenses: ASL 2.0
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-flake8-continuation
as follows:
guix install python-flake8-continuation
Or install a particular version:
guix install python-flake8-continuation@1.0.5
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-flake8-continuation about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-flake8-continuation'><img src='https://packages.guix.gnu.org/packages/python-flake8-continuation/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-flake8-continuation)
Example Org:
[[https://packages.guix.gnu.org/packages/python-flake8-continuation][https://packages.guix.gnu.org/packages/python-flake8-continuation/badges/latest-version.svg]]