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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file flake8-if-expr-1.0.4.tar.gz.

File metadata

  • Download URL: flake8-if-expr-1.0.4.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.8.3 Linux/5.3.0-1028-azure

File hashes

Hashes for flake8-if-expr-1.0.4.tar.gz
Algorithm Hash digest
SHA256 e0050b59b46114b6e20628d61175a7a608d3eb55fb5b90d87db0f9352a91a491
MD5 f76ecf6893d749e7d366ddafcc0cfd63
BLAKE2b-256 dae3d0af86ace09eeb976dd0635e2663495468302b9ac7488bc266a74a27314e

See more details on using hashes here.

File details

Details for the file flake8_if_expr-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: flake8_if_expr-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.8.3 Linux/5.3.0-1028-azure

File hashes

Hashes for flake8_if_expr-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3f2d45cc1e48b4cdf22377ca1624b2a59b6f1c7825ba1cdee99ff1e647e7ae3f
MD5 250cbc315960cdbb30fa6315e8329a78
BLAKE2b-256 2181c2e5ac8c7cd988d79f1a4b32b9ec8292c906687853fcbe499f7b58142cb0

See more details on using hashes here.

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