flake8-django-migrations
Migration checker
Ensures Django migration code follows best practices to prevent backwards compatibility issues
Flake8 plugin to lint for backwards incompatible database migrations
7 stars
1 watching
1 forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
hacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
| A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
| Checks Python code for compatibility with future imports. | 18 |
| Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| Displays Django migration dependencies as a graphical representation. | 48 |
| Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |
| Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
| Provides a set of recommended import conventions for popular Python packages | 7 |
| An extension for flake8 to flag functions with mutable default arguments. | 44 |
| Reports on files with low type annotations in Python code | 34 |
| An extension to flake8 that enforces best practices in Python development | 61 |
| A tool to identify likely bugs and design problems in Python code | 1,066 |
| A Flake8 plugin to enforce consistent multiline container formatting | 14 |