mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-08 15:29:45 +00:00
The just-updated flake8 package hits a bunch of:
E741 ambiguous variable name 'l'
warnings. This commit renames them all from `l` to `lst` (they are all
list values) to avoid the error.
6.9 KiB
6.9 KiB