An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: flake8-extensions

PyCQA/mccabe

McCabe complexity checker for Python

Language: Python - Size: 111 KB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 664 - Forks: 62

PyCQA/flake8-import-order

Flake8 plugin that checks import order against various Python Style Guides

Language: Python - Size: 281 KB - Last synced at: about 9 hours ago - Pushed at: 2 days ago - Stars: 278 - Forks: 74

DmytroLitvinov/awesome-flake8-extensions

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

Size: 270 KB - Last synced at: 1 day ago - Pushed at: 26 days ago - Stars: 1,263 - Forks: 52

jsh9/pydoclint

A very fast Python docstring linter

Language: Python - Size: 685 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 190 - Forks: 17

PyCQA/pep8-naming

Naming Convention checker for Python

Language: Python - Size: 244 KB - Last synced at: about 7 hours ago - Pushed at: 4 months ago - Stars: 523 - Forks: 244

PyCQA/flake8-json

JSON formatter for Flake8 output

Language: Python - Size: 95.7 KB - Last synced at: about 7 hours ago - Pushed at: 9 days ago - Stars: 13 - Forks: 5

cashout-coder/PEP

🎨 Compress pixel art efficiently with Prediction-Encoded Pixels, achieving smaller sizes than GIF or PNG while maintaining performance for low-color images.

Language: C - Size: 36.1 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

orsinium-labs/flake8-comments

Report redundant comments in python code

Language: Python - Size: 9.77 KB - Last synced at: 1 day ago - Pushed at: about 4 years ago - Stars: 10 - Forks: 1

MartinThoma/flake8-simplify

❄ A flake8 plugin that helps you to simplify code

Language: Python - Size: 213 KB - Last synced at: 4 days ago - Pushed at: 26 days ago - Stars: 195 - Forks: 23

snok/flake8-type-checking

Flake8 plugin for managing type-checking imports & forward references.

Language: Python - Size: 620 KB - Last synced at: 7 days ago - Pushed at: 8 months ago - Stars: 121 - Forks: 15

miketheman/flake8-sqlalchemy

flake8-sqlalchemy

Language: Python - Size: 133 KB - Last synced at: 19 days ago - Pushed at: 20 days ago - Stars: 5 - Forks: 0

m-burst/flake8-pytest-style

A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.

Language: Python - Size: 659 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 237 - Forks: 17

life4/flakehell 📦

Flake8 wrapper to make it nice, legacy-friendly, configurable.

Language: Python - Size: 1.39 MB - Last synced at: 17 days ago - Pushed at: over 4 years ago - Stars: 226 - Forks: 46

jsfehler/flake8-multiline-containers

A Flake8 plugin to ensure a consistent format for multiline containers.

Language: Python - Size: 171 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 14 - Forks: 3

orsinium-labs/flake8-length

Flake8 plugin for a smart line length validation.

Language: Python - Size: 43 KB - Last synced at: 18 days ago - Pushed at: almost 3 years ago - Stars: 25 - Forks: 5

maxkrivich/flake8-github

:octocat: Flake8 formatter for GitHub Actions

Language: Python - Size: 584 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 0

snackattas/flake8-scout-rule

A Flake8 formatter that applies '# noqa: <errors>' annotations to the flake8 violations found, helping to incrementally improve code quality.

Language: Python - Size: 186 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

orsinium-labs/flake8-codes

CLI tool to introspect flake8 plugins and their codes

Language: Python - Size: 22.5 KB - Last synced at: 17 days ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 0

cyyc1/flake8-clean-block

A flake8 plugin that enforces a blank line after if/for/while/with/try blocks in Python code

Language: Python - Size: 41 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

atollk/flake8-typing-collections

A flake8 plugin that checks the use of suggestions made by the official documentation of the "typing" module.

Language: Python - Size: 73.2 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

orsinium-labs/flake8-ruler

More powerful configs for flake8

Language: Python - Size: 170 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 11 - Forks: 0

orsinium-labs/flake8-warnings

Python linter (flake8, pylint, CLI) that warns you about using deprecated modules, classes, and functions

Language: Python - Size: 46.9 KB - Last synced at: 14 days ago - Pushed at: almost 2 years ago - Stars: 12 - Forks: 2

johnzielke/flake8-no-implicit-str-concat-in-list

Flake8 plugin to prevent usage of implicit string concatenation inside list, tuple, and set literals

Language: Python - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

orsinium-labs/flakes

list of flake8 plugins and their codes

Language: Jinja - Size: 6.84 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

vchaptsev/flake8-keyword-arguments

A flake8 extension that is looking for function calls and forces to use keyword arguments if there are more than X (default=2) arguments

Language: Python - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 2

orsinium-labs/flake8-pylint

Flake8 plugin that runs PyLint

Language: Python - Size: 23.4 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 3

cyyc1/flake8-indent-in-def

A flake8 plugin that enforces 8-space indentation in function/class definitions in Python code

Language: Python - Size: 53.7 KB - Last synced at: 9 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

asherf/flake8-os-walk

Checks for uses of os.walk()

Language: Python - Size: 10.7 KB - Last synced at: 21 days ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0