https://github.com/bear/python-twitter
Raw File
Tip revision: 769fab3b88f15ac63dba46c485c31b8393aa1cec authored by Joe MacMahon on 24 May 2017, 23:40:43 UTC
Implement __hash__ on models with ID attributes
Tip revision: 769fab3
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