flake8-zale


Nameflake8-zale JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/Kirill-Lekhov/flake8-zale
SummaryIndentation checker for flake8
upload_time2024-01-12 13:33:48
maintainer
docs_urlNone
authorKirill_Lekhov
requires_python>=3.8.1,<4.0.0
licenseMIT
keywords flake8 plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # flake8-zale [![codecov](https://codecov.io/gh/Kirill-Lekhov/flake8-zale/graph/badge.svg?token=6T2V5MTDA7)](https://codecov.io/gh/Kirill-Lekhov/flake8-zale)


This is a plugin for Flake8 that allows you to check the use of tabs, not spaces.

## Installation
1. Install from pypi
```shell
pip install flake8-zale
```
2. Validate installation
```shell
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;
```shell
flake8 --select=EZL
# OR
flake8 --select=EZL100
```
* If you want to ignore certain errors, then you should use the `--ignore` option;
```shell
flake8 --ignore=EZL
# OR
flake8 --ignore=EZL100
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Kirill-Lekhov/flake8-zale",
    "name": "flake8-zale",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<4.0.0",
    "maintainer_email": "",
    "keywords": "flake8,plugin",
    "author": "Kirill_Lekhov",
    "author_email": "Kirill.Lekhov@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/e7/79/fbf53549875a8e9894eb7266702d434bf1eda088a1fc79eda807e169e7f6/flake8_zale-0.2.1.tar.gz",
    "platform": null,
    "description": "# flake8-zale [![codecov](https://codecov.io/gh/Kirill-Lekhov/flake8-zale/graph/badge.svg?token=6T2V5MTDA7)](https://codecov.io/gh/Kirill-Lekhov/flake8-zale)\n\n\nThis is a plugin for Flake8 that allows you to check the use of tabs, not spaces.\n\n## Installation\n1. Install from pypi\n```shell\npip install flake8-zale\n```\n2. Validate installation\n```shell\nflake8 --version\n```\nYou should see `flake8-zale` in the list of installed plugins:\n```\n<flake8-version> (..., flake8-zale: <version>, ...) CPython 3.8.10 on Linux\n```\n\n## Error codes\n| Code     | Description                |\n|----------|----------------------------|\n| `EZL100` | Spaces are used as indents |\n\n## Usage\n* After installation, the plugin will be automatically applied at each launch;\n* If you want to check code only using the plugin, then you should use the `--select` option;\n```shell\nflake8 --select=EZL\n# OR\nflake8 --select=EZL100\n```\n* If you want to ignore certain errors, then you should use the `--ignore` option;\n```shell\nflake8 --ignore=EZL\n# OR\nflake8 --ignore=EZL100\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Indentation checker for flake8",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/Kirill-Lekhov/flake8-zale",
        "Repository": "https://github.com/Kirill-Lekhov/flake8-zale"
    },
    "split_keywords": [
        "flake8",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb3103501a315871a6879d882344300372be5c850d0a35c23165f61d190fe7de",
                "md5": "93463efeafe56f4cd9a4e35d44b38cf0",
                "sha256": "e254e57c5764869bfbeadfa1c65f0a06b911ad6249f65fa93c19769ef0a12be9"
            },
            "downloads": -1,
            "filename": "flake8_zale-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "93463efeafe56f4cd9a4e35d44b38cf0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 4254,
            "upload_time": "2024-01-12T13:33:47",
            "upload_time_iso_8601": "2024-01-12T13:33:47.066326Z",
            "url": "https://files.pythonhosted.org/packages/fb/31/03501a315871a6879d882344300372be5c850d0a35c23165f61d190fe7de/flake8_zale-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e779fbf53549875a8e9894eb7266702d434bf1eda088a1fc79eda807e169e7f6",
                "md5": "d1a9dca70b45362df3f0b20b5284074f",
                "sha256": "a7bea236f76b7d40a8270b6ec7b083fe1843b03e9438cbaa0b4fef776b0a6d15"
            },
            "downloads": -1,
            "filename": "flake8_zale-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d1a9dca70b45362df3f0b20b5284074f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 2696,
            "upload_time": "2024-01-12T13:33:48",
            "upload_time_iso_8601": "2024-01-12T13:33:48.182410Z",
            "url": "https://files.pythonhosted.org/packages/e7/79/fbf53549875a8e9894eb7266702d434bf1eda088a1fc79eda807e169e7f6/flake8_zale-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-12 13:33:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Kirill-Lekhov",
    "github_project": "flake8-zale",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "flake8-zale"
}
        
Elapsed time: 0.16536s