flake8-django
Django linter
A plugin to enforce Django-specific coding standards and best practices during code reviews.
A flake8 plugin to detect bad practices on Django projects.
180 stars
7 watching
34 forks
Language: Python
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
browniebroke/flake8-django-migrations | Ensures Django migration code follows best practices to prevent backwards compatibility issues | 7 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
flakehell/flakehell | A Python tool for linting code and managing flake8 plugins in a flexible and configurable way. | 88 |
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
stummjr/flake8-scrapy | An integration of Flake8 and Scrapy to catch common coding issues in Spider projects | 19 |
flake8-docs/flake8-rst | Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
queensferryme/flake8-too-many | A flake8 plugin that prevents excessive bad code in Python | 4 |
johnfraney/flake8-markdown | A tool that checks Python code blocks in Markdown files for errors and syntax issues. | 23 |
deppen8/pandas-vet | A tool to enforce best practices and suggest improvements for pandas data analysis code. | 168 |
jsfehler/flake8-multiline-containers | A Flake8 plugin to enforce consistent multiline container formatting | 14 |