mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-02 16:14:41 +00:00
Ignore assigning to lambda warning.
This commit is contained in:
parent
54543f1e8d
commit
9a6634b87a
1 changed files with 4 additions and 0 deletions
4
tox.ini
4
tox.ini
|
|
@ -35,3 +35,7 @@ deps =
|
|||
flake8
|
||||
commands =
|
||||
flake8 model_utils tests
|
||||
|
||||
[flake8]
|
||||
ignore =
|
||||
E731
|
||||
|
|
|
|||
Loading…
Reference in a new issue