Indentation checker for flake8
Project description
flake8-zale
This is a plugin for Flake8 that allows you to check the use of tabs, not spaces.
Installation
- Install from pypi
pip install flake8-zale
- Validate installation
flake8 --version
You should see flake8-zale
in the list of installed plugins:
<flake8-version> (..., flake8-zale: <version>, ...) CPython 3.8.10 on Linux
Error codes
Code | Description |
---|---|
EZL100 |
Spaces are used as indents |
Usage
- After installation, the plugin will be automatically applied at each launch;
- If you want to check code only using the plugin, then you should use the
--select
option;
flake8 --select=EZL
# OR
flake8 --select=EZL100
- If you want to ignore certain errors, then you should use the
--ignore
option;
flake8 --ignore=EZL
# OR
flake8 --ignore=EZL100
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flake8_zale-0.2.1.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file flake8_zale-0.2.1.tar.gz
.
File metadata
- Download URL: flake8_zale-0.2.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7bea236f76b7d40a8270b6ec7b083fe1843b03e9438cbaa0b4fef776b0a6d15 |
|
MD5 | d1a9dca70b45362df3f0b20b5284074f |
|
BLAKE2b-256 | e779fbf53549875a8e9894eb7266702d434bf1eda088a1fc79eda807e169e7f6 |
File details
Details for the file flake8_zale-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: flake8_zale-0.2.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e254e57c5764869bfbeadfa1c65f0a06b911ad6249f65fa93c19769ef0a12be9 |
|
MD5 | 93463efeafe56f4cd9a4e35d44b38cf0 |
|
BLAKE2b-256 | fb3103501a315871a6879d882344300372be5c850d0a35c23165f61d190fe7de |