Skip to main content

Flake8 plugin that disallows visual indentation

Project description

Flake8-forbid-visual-indent

Build Status

Flake8 plugin that disallows visual indentation. It raises error for indentation style like

def my_function(first_arg: int,
                second_arg: int) -> int:
    ...

in favor of

def my_function(
        first_arg: int, second_arg: int) -> int:
    ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flake8-forbid-visual-indent-0.0.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page