Skip to content

Commit

Permalink
ignore ambiguous var name
Browse files Browse the repository at this point in the history
  • Loading branch information
vangj committed Dec 23, 2020
1 parent 38caa69 commit ed6dd76
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,7 +3,7 @@ description-file = README.md

[flake8]
max-line-length = 120
ignore = E501 E731
ignore = E501 E731 E741

[nosetests]
verbosity = 3
Expand Down

0 comments on commit ed6dd76

Please sign in to comment.