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: 6 days ago
Linked from 1 awesome list
hacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
rocioar/flake8-django | A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
xzise/flake8-future-import | Checks Python code for compatibility with future imports. | 18 |
snok/flake8-type-checking | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 113 |
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |
tlocke/flake8-alphabetize | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
dizballanze/django-migrations-graph | Displays Django migration dependencies as a graphical representation. | 48 |
asottile/flake8-typing-imports | Automatically checks Python typing module imports for compatibility with different Python versions. | 49 |
tyleryep/flake8-future-annotations | Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
joaopalmeiro/flake8-import-conventions | Provides a set of recommended import conventions for popular Python packages | 7 |
ebeweber/flake8-mutable | An extension for flake8 to flag functions with mutable default arguments. | 44 |
best-doctor/flake8-annotations-coverage | Reports on files with low type annotations in Python code | 34 |
sbdchd/flake8-pie | An extension to flake8 that enforces best practices in Python development | 61 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
jsfehler/flake8-multiline-containers | A Flake8 plugin to enforce consistent multiline container formatting | 14 |