Skip to main content

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:
    ...

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 details)

Uploaded Source

File details

Details for the file flake8-forbid-visual-indent-0.0.2.tar.gz.

File metadata

  • Download URL: flake8-forbid-visual-indent-0.0.2.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for flake8-forbid-visual-indent-0.0.2.tar.gz
Algorithm Hash digest
SHA256 0de2a6739c5b8c7674dcb78b07291ec9eac37fe31464a94076582b019bb9c1be
MD5 ce505dd91ed95a8c82fc8c80dc56f25f
BLAKE2b-256 0ec1073fc01676439eeace2f19e7ff2b52008a1ba4df4ef29f282ac0c94aba87

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.2 This release

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page