mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Remove comments to fix Flake8 6.0.0
This commit is contained in:
parent
dfe7a53641
commit
d146a05823
1 changed files with 4 additions and 4 deletions
8
tox.ini
8
tox.ini
|
|
@ -43,10 +43,10 @@ commands =
|
|||
|
||||
[flake8]
|
||||
ignore =
|
||||
E731 ; do not assign a lambda expression, use a def
|
||||
W503 ; line break before binary operator
|
||||
E402 ; module level import not at top of file
|
||||
E501 ; line too long
|
||||
E731
|
||||
W503
|
||||
E402
|
||||
E501
|
||||
|
||||
[testenv:isort]
|
||||
basepython = python3.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue