Skip to content

Commit d70b4b7

Browse files
cryvategaborbernat
authored andcommitted
Fix pycodestyle E741 errors (#663) (#671)
* Fix pycodestyle (formerly pep8) errors E741 (ambiguous variable names, in this case, 'l's) and remove ignore of this error in tox.ini
1 parent cc34546 commit d70b4b7

File tree

8 files changed

+113
-116
lines changed

8 files changed

+113
-116
lines changed

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Cyril Roelandt
1818
Eli Collins
1919
Eugene Yunak
2020
Fernando L. Pereira
21+
Henk-Jaap Wagenaar
2122
Igor Duarte Cardoso
2223
Ionel Maries Cristian
2324
Ionel Maries Cristian

changelog/663.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix pycodestyle (formerly pep8) errors E741 (ambiguous variable names, in this case, 'l's) and remove ignore of this error in tox.ini - by @cryvate

0 commit comments

Comments
 (0)