exclude all migrations from flake8 linting/QA
Created by: das-g
Excluding each new or overwritten migration file individually from flake8 is unnecessary busywork. Instead, let's exclude them all.
The **/
prefix is needed so excluding works in the git hook, too. (I think this is a bug in the hook.)