Skip to content

Commit

Permalink
setup: Ignore ambiguous variable names for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed May 18, 2020
1 parent a6e249c commit 63e3192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[flake8]
ignore = E501,E226,E731,W504
ignore = E501,E226,E731,W504,
E741 # ambiguous variable name
exclude = .git,__pycache__,doc/sphinx/source/conf.py,build,dist
min-version = 3.0

Expand Down

0 comments on commit 63e3192

Please sign in to comment.