Skip to main content

A flake8 extension that helps to make more readable variables names

Project description

flake8-variables-names

Build Status Maintainability Test Coverage PyPI version PyPI - Python Version

An extension for flake8 that helps to make more readable variables names.

We believe, that variable name should unmistakably shows, what it contains. Thats why we try not to use varnames with only one symbol or not to use too common names, such as result, value or info.

This extensions helps to detect such names. By default it works in non-strict mode. You can change it with --use-varnames-strict-mode parameter end extend variable names blacklist even more.

Installation

pip install flake8-variables-names

Example

Sample file:

# test.py

a = 1
foo = 2
result = a + foo

Usage:

$ flake8 test.py
test.py:1:1: VNE001 single letter variable names are not allowed
test.py:2:1: VNE002 variable name should be clarified

Error codes

Error code Description
VNE001 single letter variable names like 'XXX' are not allowed
VNE002 variable name 'XXX' should be clarified
VNE003 variable names that shadow builtins are not allowed

Contributing

We would love you to contribute to our project. It's simple:

  • Create an issue with bug you found or proposal you have. Wait for approve from maintainer.
  • Create a pull request. Make sure all checks are green.
  • Fix review comments if any.
  • Be awesome.

Here are useful tips:

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_variables_names-0.0.6.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

flake8_variables_names-0.0.6-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file flake8_variables_names-0.0.6.tar.gz.

File metadata

File hashes

Hashes for flake8_variables_names-0.0.6.tar.gz
Algorithm Hash digest
SHA256 292c50e4813d632aa3adcd02c185e7bb583f5fc8ebe02e70f13c958bfe46ad91
MD5 c676dcf29fba5b7647b608972fdec251
BLAKE2b-256 6a4fa04c504e1cc53a17f296837cc98140707b45f2deaad6d3e34503c161a3b0

See more details on using hashes here.

File details

Details for the file flake8_variables_names-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for flake8_variables_names-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4aff935d54b3f7afcd026b4dae55029877bd05a7c507b294b45bc7bf577d7b47
MD5 a38953e0328dd3302cfd97d825857d3c
BLAKE2b-256 3ae8845c33c7ac0f6c495c5cbcfebc6a281b28017570f2edea65b24daaed47f0

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