Skip to content

Commit

Permalink
flake8: Ignore E741 'ambiguous variable name'
Browse files Browse the repository at this point in the history
Most of violating codes are reverse-engineered JavaScripts. IMO it's
better to keep original (obfuscated) names.

[skip ci]
  • Loading branch information
Chih-Hsuan Yen committed Feb 3, 2018
1 parent 1367c79 commit 4989d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ universal = True

[flake8]
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,devscripts/lazy_load_template.py,devscripts/make_issue_template.py,setup.py,build,.git
ignore = E402,E501,E731
ignore = E402,E501,E731,E741

0 comments on commit 4989d35

Please sign in to comment.