Giter VIP home page Giter VIP logo

awesome-flake8-extensions's Introduction

Awesome Flake8 Extensions Awesome

A curated list of awesome flake8 extensions.

Inspired after reading a post.

Contents

All-in-one

Extensions with more than 20 rules inside.

Bugs

Extensions for finding possible bugs.

Clean code

Extensions for finding stylistic issues and enforcing consistent codestyle.

Limitations

Extensions banning specific Python features.

Naming

Extensions for checking names of variables, functions, etc.

Complexity

Extensions for ensuring low code complexity.

Comments

Extensions for checking comments.

  • flake8-author - Checks Python modules for __author__ attributes.
  • flake8-coding - Adds coding magic comment checks (coding:) to flake8.
  • flake8-comments - Reports redundant comments.
  • flake8-copyright - Adds copyright checks to flake8.
  • flake8-eradicate - Plugin to find commented out or dead code.
  • flake8-executable - Plugin for checking executable permissions and shebangs.
  • flake8-fixme - Check for FIXME, TODO and other temporary developer notes.
  • flake8-jira-todo-checker - Check that every TODO comment has a valid JIRA issue ID next to it.
  • flake8-noqa - Validate # noqa comments.
  • flake8-ownership - Checker for assuring that author, copyright, and license are specified in source files.
  • flake8-todo - Check for TODO notes.
  • flake8-todos - Lint TODO comments to be consistent and have an issue linked.
  • flake8-ado - Check that all Azure DevOps IDs mentioned in the comments are in the correct format and have the corresponding ADO item.

Docstrings

Extensions for checking docstrings.

Tools

Tools empowering flake8.

  • flake8-codes - CLI tool to introspect flake8 plugins and their codes.
  • flake8-pyproject - Flake8 plug-in loading the configuration from pyproject.toml.
  • flake8-pyprojecttoml - Adds support for reading flake8 config from pyproject.toml.
  • flake8-ruler - More powerful configs for flake8.
  • flakehell - Wrapper to make it nice, legacy-friendly, and configurable.
  • flakes - Web list of flake8 plugins and their codes, a wrapper around flake8-codes.
  • nitpick - Enforce the same lint configuration (flake8, isort, mypy, pylint) across multiple Python projects.
  • wps-playground - Online playground for wemake-python-styleguide.
  • yesqa - A tool to automatically remove unnecessary # noqa comments.

Imports

Extensions for checking import statements.

Testing

Extensions for testing.

Type annotations

Extensions for type annotations.

Library-specific checks

Extensions for linting usage of specific libraries.

Integrations

Extensions for running flake8 not only on Python files.

  • flake8-markdown - Lints Python code blocks in Markdown files using flake8.
  • flake8-pyi - Plugin for Flake8 that provides specializations for type hinting stub files.
  • flake8-rst - Checks on code in *.rst files or in docstrings.
  • jupyterlab-flake8 - Jupyterlab python linter for notebooks and text files using flake8.
  • flake8-nb - Runs flake8 on *.ipynb (jupyter notebook) files.

Wrappers

Wrappers around other tools making it possible to use them with flake8.

Formatters

Extensions for formatting flake8 output.

awesome-flake8-extensions's People

Contributors

10sr avatar and-semakin avatar andreoliwa avatar bagerard avatar bskinn avatar cleder avatar danielkusydev avatar dependabot[bot] avatar deppen8 avatar dmytrolitvinov avatar douglasblackwood avatar ericbn avatar ewu63 avatar fakenmc avatar jakobdev avatar jamescooke avatar joaopalmeiro avatar labrys avatar marcgibbons avatar maresb avatar melevir avatar mislink avatar mschwager avatar msmolens avatar mxr avatar orsinium avatar sco1 avatar sobolevn avatar vpoulailleau avatar xuhdev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.