Coder Social home page Coder Social logo

vr050714 / awesome-flake8-extensions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dmytrolitvinov/awesome-flake8-extensions

0.0 0.0 0.0 212 KB

:octocat: A curated awesome list of flake8 extensions. Feel free to contribute! :mortar_board:

License: Other

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-ado - Check that all Azure DevOps IDs mentioned in the comments are in the correct format and have the corresponding ADO item.
  • 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.

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.

  • flake8-aaa - Lints tests against the Arrange Act Assert pattern.
  • flake8-assertive - Unittest assert method checker.
  • flake8-mock - Provides checking mock non-existent methods.
  • flake8-mock-spec - Enforce the use of the spec argument on mocks ensuring that your use of mocks is compliant with the interface of the object being mocked.
  • flake8-pytest-style - Checks for common style issues or inconsistencies with pytest-based tests.
  • flake8-pytest - Enforces to use pytest-style assertions.
  • flake8-pytestrail - Checks TestRail test case IDs.

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-nb - Runs flake8 on *.ipynb (jupyter notebook) files.
  • 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.

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

dmytrolitvinov avatar orsinium avatar cleder avatar dependabot[bot] avatar sobolevn avatar maxkrivich avatar vpoulailleau avatar mschwager avatar 10sr avatar and-semakin avatar maresb avatar xuhdev avatar jamescooke avatar robsdedude avatar sco1 avatar andreoliwa avatar cyyc1 avatar bagerard avatar bskinn avatar douglasblackwood avatar danielkusydev avatar ericbn avatar ggupta2005 avatar melevir avatar deppen8 avatar jakobdev avatar joaopalmeiro avatar labrys avatar mflova avatar marcgibbons 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.