https://github.com/bear/python-twitter
Revision 4302c594491312c08782965dbe14cd2e0901d954 authored by Jeremy Low on 11 March 2016, 23:44:42 UTC, committed by Jeremy Low on 20 March 2016, 17:32:15 UTC
1 parent 104749a
Raw File
Tip revision: 4302c594491312c08782965dbe14cd2e0901d954 authored by Jeremy Low on 11 March 2016, 23:44:42 UTC
merge cherry pick
Tip revision: 4302c59
setup.cfg
[aliases]
test = pytest

[check-manifest]
ignore =
  .travis.yml
  circle.yml
  violations.flake8.txt

[flake8]
ignore = E111,E124,E126,E201,E202,E221,E241,E302,E501
back to top