Closed lxp closed 4 years ago
Relevant part of the flake documentation: https://www.flake8rules.com/rules/E741.html
Do not use variables named 'I', 'O', or 'l' (E741) Variables named I, O, and l can be very hard to read. This is because the letter I and the letter l are easily confused, and the letter O and the number 0 can be easily confused. Change the names of these variables to something more descriptive.
Flake8 is currently running in non-fatal mode in our CI because of some issues. We should fix the issues and make flake8 fail our pipeline again.