A wrapper around flake8's cli that uses cache at file level
Project description
Overview
A wrapper around flake8's cli that caches results between runs at file level.
This project was generated with cookiecutter using jacebrowning/template-python.
Setup
Requirements
- Python 3.6+
Installation
Install it directly into an activated virtual environment:
$ pip install flake8-cached
or add it to your Poetry project:
$ poetry add flake8-cached
Usage
After installation, the package can imported:
# it accepts all arguments as flake8
$ flake8-cached .
Note
It creates cache files under .cache/flake8
under the project directory.
It is not cleaned up even if there is some config or python binary changes.
Please remove the folder and re-run if you get stale results.
It is a simple cache implementation intended to be used during development.
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
Built Distribution
File details
Details for the file flake8-cached-0.2.0.tar.gz
.
File metadata
- Download URL: flake8-cached-0.2.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.10.7 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5272b8adf2a821511b2aa5eaa7508da0a9f9314bd352f62baf0094972738b78 |
|
MD5 | b5c760fe787d00d7128461663e33cb1e |
|
BLAKE2b-256 | 7b71112de43099ffe37180454ebb97ed79beda208c113bf944bee05f170ab6ab |
File details
Details for the file flake8_cached-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: flake8_cached-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.10.7 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5019fdd38f0fbab280259b1714d70b555e29b2fc499ed3ac067e2ea4f6d700eb |
|
MD5 | b94db642241a0d195bc9084f82e3555c |
|
BLAKE2b-256 | 0d245a6131cb979c39e590dcd2c9262f894cfcbd37df98a70530cd8a7aae196f |