"Group and format flake8's output by the rules codes"
Project description
flake8-dac
Tool for formatting flake8's results in more readable way, in case there's a lot of them. The "dac" part in tool's name stands for "divide and conquer".
flake8 output with flake8-dac formatting example
- Grouped by the type of cause (with number of occurrences).
- Sorted by the number of occurrences (descending).
- Information about number of problems.
- Rich text and formatting.
- Link to flake8rules.com (where you can find more details about the problem).
flake8 output example
Installation
pip install flake8-dac
Usage
flake8 [args] | flake8-dac
Why?
I wrote it for myself when I had to implement flake8 into an existing project that had many problems. I find it helpful when I have problems grouped by the same type of cause. I can easily determine which problems I can ignore, and then eliminate the rest. Maybe someone will find it useful too.
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_dac-0.1.0.tar.gz
(2.7 kB
view hashes)
Built Distribution
Close
Hashes for flake8_dac-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccd340de7b8c7ec174bfb4a9d230d7cd4166bd1e664e7d0dd3c3533f17ecd331 |
|
MD5 | 2f1e23debbee2b70a51000f03c0e6ad3 |
|
BLAKE2b-256 | 32a6650501961728a45a76cbc45c97377c4ad0f6e4f91079a47fb9b9cc01564a |