https://github.com/bear/python-twitter
Raw File
Tip revision: 6b2fb334178afbf792f3a58be1ece52dc4ae8d5b authored by Maria Mercedes Martinez on 17 April 2017, 13:55:37 UTC
Update Tweet.py
Tip revision: 6b2fb33
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