Skip to main content

The plugin checks `if expressions` (ternary operator)

Project description

flake8-if-expr

pypi Python: 3.6+ Downloads CI Status Code coverage License: MIT Code style: black

Description

The plugin forbids if expressions (ternary operator).

Installation

pip install flake8-if-expr

Examples

# code.py
x = 1 if 2 else 3
$ flake8 code.py
./code.py:1:5: KEK100 don`t use "[on_true] if [expression] else [on_false]" syntax
x = 1 if 2 else 3
    ^

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-if-expr-1.0.4.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

flake8_if_expr-1.0.4-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

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