Closed jnikula closed 12 months ago
PEP8 https://peps.python.org/pep-0008/ says:
Always use a def statement instead of an assignment statement that binds a lambda expression directly to an identifier.
Fix them, and drop the flake8 exception.
Looks great and I learnt something today ;)
PEP8 https://peps.python.org/pep-0008/ says:
Always use a def statement instead of an assignment statement that binds a lambda expression directly to an identifier.
Fix them, and drop the flake8 exception.