This package browser is in early development. Mind the rough edges.

python-flake8-continuation 1.0.5

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.

Installation

Install python-flake8-continuation 1.0.5 as follows:

guix install python-flake8-continuation@1.0.5

Or install the latest version:

guix install python-flake8-continuation

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.