An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Package version


Supported Python versions


Test status


Checked with mypy

# 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 |