https://github.com/bear/python-twitter
Raw File
Tip revision: 94d39fe5a561de9b64960bd0bc6f56794a56b937 authored by Markus Amalthea Magnuson on 22 February 2017, 22:46:47 UTC
Fix documentation of DestroyListsMember method.
Tip revision: 94d39fe
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