Skip to main content

Flake8 aggressive plugins pack

Project description

flake8-aggressive

pypi Python: 3.6+ Downloads License: MIT

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-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-aggressive-1.0.0.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

flake8_aggressive-1.0.0-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file flake8-aggressive-1.0.0.tar.gz.

File metadata

  • Download URL: flake8-aggressive-1.0.0.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.8.3 Linux/5.4.0-1085-azure

File hashes

Hashes for flake8-aggressive-1.0.0.tar.gz
Algorithm Hash digest
SHA256 de96cfc2db38a6c3cb4c7f7c85cbc25a6d573e73d6ba51b7d7fa8bca01f7b588
MD5 eaea30c1bbc0024ac355a45d36a82487
BLAKE2b-256 00cc255b13feee69145351b2a0a6d9b70a90ec4bf64876d0e5d8f8eef9adddbb

See more details on using hashes here.

File details

Details for the file flake8_aggressive-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: flake8_aggressive-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 2.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.8.3 Linux/5.4.0-1085-azure

File hashes

Hashes for flake8_aggressive-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 59e150005527a3224b9698b6b46aadcf45a6eaab50813a7bd86abb1e8f93e435
MD5 87eb34062d17aa6586aad70c5035472c
BLAKE2b-256 42e3eaed4a8d01022f15a2fedb394cf9dfe6e2218fbc070a86e15c05d3c0fd9e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page