https://github.com/otovo/flake8-name-migrations
Flake8 hook which reminds you to give your Django migrations human readable names
https://github.com/otovo/flake8-name-migrations
django flake8-plugin migrations
Last synced: 26 days ago
JSON representation
Flake8 hook which reminds you to give your Django migrations human readable names
- Host: GitHub
- URL: https://github.com/otovo/flake8-name-migrations
- Owner: otovo
- Created: 2021-03-27T17:42:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T13:19:25.000Z (about 5 years ago)
- Last Synced: 2025-02-14T23:17:54.338Z (over 1 year ago)
- Topics: django, flake8-plugin, migrations
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# flake8-name-migrations
A flake8 plugin to make sure you give your Django migrations human-readable names.
## Installation
```
pip install flake8-name-migrations
```
## Codes
| Code | Description |
|--------|-----------------------------------------------------|
| NMI001 | Rename migration to something human readable |