https://github.com/bear/python-twitter
Raw File
Tip revision: ab26ac0b903888e009d1f4e95566efb0a56709be authored by Jeremy Low on 24 September 2017, 13:36:32 UTC
move UserStatus.connections to private class attr
Tip revision: ab26ac0
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