Remove comments to fix Flake8 6.0.0

This commit is contained in:
Hugo van Kemenade 2022-12-12 21:17:00 +02:00 committed by GitHub
parent dfe7a53641
commit d146a05823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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