Skip to main content

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:

Release files for flake8-variables-names 0.0.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for flake8-variables-names 0.0.6
File Size Uploaded
flake8_variables_names-0.0.6.tar.gz 5.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for flake8-variables-names 0.0.6
File Interpreter ABI Platform
flake8_variables_names-0.0.6-py3-none-any.whl Python 3 none any Details

Total release size:11.4 kB

Release files / flake8_variables_names-0.0.6.tar.gz

Download URL flake8_variables_names-0.0.6.tar.gz
Size 5.3 kB
Tags Source
SHA-256 checksum
How to use checksums
292c50e4813d632aa3adcd02c185e7bb583f5fc8ebe02e70f13c958bfe46ad91
BLAKE2b-256 checksum
How to use checksums
6a4fa04c504e1cc53a17f296837cc98140707b45f2deaad6d3e34503c161a3b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / flake8_variables_names-0.0.6-py3-none-any.whl

Download URL flake8_variables_names-0.0.6-py3-none-any.whl
Size 6.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
4aff935d54b3f7afcd026b4dae55029877bd05a7c507b294b45bc7bf577d7b47
BLAKE2b-256 checksum
How to use checksums
3ae8845c33c7ac0f6c495c5cbcfebc6a281b28017570f2edea65b24daaed47f0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.4

Release history Release notifications | RSS feed

This release

0.0.6 This release

2 release files

0.0.5

2 release files

0.0.4

1 release file

0.0.3

1 release file

0.0.2

1 release file

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page