Ignore assigning to lambda warning.

This commit is contained in:
Lucas Wiman 2018-07-02 11:45:51 -07:00
parent 54543f1e8d
commit 9a6634b87a

View file

@ -35,3 +35,7 @@ deps =
flake8
commands =
flake8 model_utils tests
[flake8]
ignore =
E731