flake8-multiline-containers
Container formatter
A Flake8 plugin to enforce consistent multiline container formatting
A Flake8 plugin to ensure a consistent format for multiline containers.
14 stars
3 watching
3 forks
Language: Python
last commit: 5 days ago
Linked from 1 awesome list
flake8flake8-extensionslinterpython3
Related projects:
Repository | Description | Stars |
---|---|---|
mlshapiro/jupyterlab-flake8 | An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files | 111 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
flakehell/flakehell | A Python tool for linting code and managing flake8 plugins in a flexible and configurable way. | 88 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
pycqa/flake8-json | Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support | 10 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
queensferryme/flake8-too-many | A flake8 plugin that prevents excessive bad code in Python | 4 |
python-formate/flake8-dunder-all | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
python-formate/flake8-slots | Requires slots to be defined for subclasses of immutable types in Python | 3 |
ebeweber/flake8-mutable | An extension for flake8 to flag functions with mutable default arguments. | 44 |
rocioar/flake8-django | A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
flake8-docs/flake8-rst | Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |