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

GitHub

7 stars
1 watching
1 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list

hacktoberfest

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
rocioar/flake8-djangoA plugin to enforce Django-specific coding standards and best practices during code reviews.180
xzise/flake8-future-importChecks Python code for compatibility with future imports.18
snok/flake8-type-checkingAnalyze and optimize type-checking imports in Python code to improve maintainability and runtime performance.115
adamchainz/flake8-loggingA Flake8 plugin that checks for issues related to logging in Python code79
tlocke/flake8-alphabetizeTools to alphabetize and check the order of import statements, exception lists, and all lists in Python code.16
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
dizballanze/django-migrations-graphDisplays Django migration dependencies as a graphical representation.48
asottile/flake8-typing-importsAutomatically checks Python typing module imports for compatibility with different Python versions.48
tyleryep/flake8-future-annotationsChecks Python code for usage of outdated type annotations and suggests adding support for future annotations15
joaopalmeiro/flake8-import-conventionsProvides a set of recommended import conventions for popular Python packages7
ebeweber/flake8-mutableAn extension for flake8 to flag functions with mutable default arguments.44
best-doctor/flake8-annotations-coverageReports on files with low type annotations in Python code34
sbdchd/flake8-pieAn extension to flake8 that enforces best practices in Python development61
pycqa/flake8-bugbearA tool to identify likely bugs and design problems in Python code1,066
jsfehler/flake8-multiline-containersA Flake8 plugin to enforce consistent multiline container formatting14