Flake8 awesome plugins pack
Project description
flake8-awesome
Flake8 awesome plugins pack.
Installation
pip install flake8-awesome
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-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
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
flake8-awesome-1.3.0.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file flake8-awesome-1.3.0.tar.gz
.
File metadata
- Download URL: flake8-awesome-1.3.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.3 Linux/5.3.0-1028-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc6b807abcd25474259a184311e9c394f0eb265b0ea7aa93b4c802a835da40ac |
|
MD5 | 537926f66a1b156c267b37db71be122a |
|
BLAKE2b-256 | e9eda05716a7be4ef1b0f58cfe2af29236890e262d6f407f07a9143dab7a1941 |
File details
Details for the file flake8_awesome-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: flake8_awesome-1.3.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.3 Linux/5.3.0-1028-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2c6246432e8d38d6e25dd53b1622e6ab643913cf313a6a82e27d61f7cd8097f |
|
MD5 | fe0e58d00fecd87caf480558ef622820 |
|
BLAKE2b-256 | 7fc3fc2216604a4d0fdf2530886cf13026180e0fafb4b0ee8a97d6b0c88df289 |