Posts by TheLe0 • 91 points
1 post
-
9
votes2
answers586
viewsA: What does #noqa in Python mean?
"No Q/A", that is, makes some tools(flake8 and pycodestyle ) ignore the errors contained in that specific line. It’s style the // eslint-disable-line no-use-before-define from Eslint, the Javascript…