flake8-quotes
Quote linter
An extension to flake8 that checks for quote usage in python.
Flake8 extension for checking quotes in python
178 stars
5 watching
39 forks
Language: Python
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
flakehell/flakehell | A Python tool for linting code and managing flake8 plugins in a flexible and configurable way. | 88 |
flake8-docs/flake8-rst | Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
mlshapiro/jupyterlab-flake8 | An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files | 111 |
orsinium-labs/flake8-todos | Tools to check and enforce TODO comments in Python code | 27 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
sbdchd/flake8-pie | An extension to flake8 that enforces best practices in Python development | 61 |
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
rocioar/flake8-django | A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
xzise/flake8-string-format | A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
robsdedude/flake8-picky-parentheses | A flake8 plugin that checks for redundant and improperly aligned parentheses, brackets, and braces in Python code. | 6 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |