Flake8 aggressive plugins pack
Project description
flake8-aggressive
Flake8 aggressive plugins pack. This is a fork of the very awesome flake8-awesome plugins pack. This one is intended to include a lot more plugins.
Installation
pip install flake8-aggressive
vs
pip install flake8 flake8-builtins flake8-comprehensions flake8-eradicate # etc.
Example of Flake8 config
[flake8]
enable-extensions = G
exclude = .git, .venv
ignore =
A003 ; 'id' is a python builtin, consider renaming the class attribute
W503 ; line break before binary operator
S101 ; use of assert detected (useless with pytest)
max-complexity = 8
max-annotations-complexity = 3
max-expression-complexity = 7
max-line-length = 120
show-source = true
List of plugins
flake8-awesome
- flake8-annotations-complexity
- flake8-bandit
- flake8-breakpoint
- flake8-bugbear
- flake8-builtins
- flake8-comprehensions
- flake8-eradicate
- flake8-expression-complexity
- flake8-if-expr
- flake8-isort
- flake8-logging-format
- flake8-print
- flake8-pytest
- flake8-pytest-style
- flake8-requirements
- flake8-return
- pep8-naming
flake8-aggressive
- pylint
- flakeheaven
- darglint
- flake8-2020
- flake8-absolute-import
- flake8-annotations
- flake8-blind-except
- flake8-broken-line
- flake8-class-attributes-order
- flake8-datetimez
- flake8-debugger
- flake8-executable
- flake8-fixme
- flake8-no-implicit-concat
- flake8-pep3101
- flake8-raise
- flake8-simplify
- flake8-strftime
- flake8-string-format
- flake8-super
- flake8-use-pathlib
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
Built Distribution
File details
Details for the file flake8-aggressive-1.1.9.tar.gz
.
File metadata
- Download URL: flake8-aggressive-1.1.9.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.8.3 Linux/5.4.0-1086-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 628deec8a2972c517e115da5413b02d3721fcc1d146edd8222faa693d68f88af |
|
MD5 | 4888104f2142a582fc24c4fbf082c057 |
|
BLAKE2b-256 | 270a7df48af0df90fde86200b478a567b4a55b27fe50e4e7875f46d1d02eebda |
File details
Details for the file flake8_aggressive-1.1.9-py3-none-any.whl
.
File metadata
- Download URL: flake8_aggressive-1.1.9-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.8.3 Linux/5.4.0-1086-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bd17ccfe2a5971386c4f26256634d3ab2db37317342ef1c65aa1d0a0c1a2dda |
|
MD5 | 79b54ccca34c7f14feddadf5c320e955 |
|
BLAKE2b-256 | 4987c780d81708e18955e0955aecf22966f7033396e0e7bf1e64ceb712918800 |