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

The plugin forbids if expressions (ternary operator).

Installation

pip install flake8-if-expr

Example

# 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
    ^

License

MIT

Change Log

1.0.0 - 2019.05.23

  • update flake8-plugin-utils version to v1.0

0.2.1 - 2019.02.26

  • update flake8-plugin-utils version

0.2.0 - 2019.02.09

  • Rewriting with flake8-plugin-utils

0.1.1 - 2019.02.08

  • Remove pycodestyle from dependencies
  • KEK101 error code #2

0.1.0 - 2019.02.07

  • First release

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.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

flake8_if_expr-1.0.2-py3-none-any.whl (3.2 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