https://github.com/bear/python-twitter
Raw File
Tip revision: d23985828be0b778fb2ed7bd3acbf98108bf0794 authored by Jeremy Low on 11 February 2016, 23:07:51 UTC
updates __eq__ check for muting/blocking/following received & requested
Tip revision: d239858
setup.cfg
[check-manifest]
ignore =
  .travis.yml
  violations.flake8.txt

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