https://github.com/bear/python-twitter
Raw File
Tip revision: 3ef00058e825b8a31dfbf178a8935b619cabb3e3 authored by Jeremy Low on 06 April 2017, 21:10:10 UTC
fix for case where media_id was long in PostUpdate isinstance check
Tip revision: 3ef0005
setup.cfg
[aliases]
test = pytest

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

[flake8]
ignore = E111,E124,E126,E221,E501

[pep8]
ignore = E111,E124,E126,E221,E501
max-line-length = 100
back to top