https://github.com/bear/python-twitter
Raw File
Tip revision: ed4f6a99e3568529d8111a186aa037ba89851bd3 authored by Alex Shepard on 03 June 2016, 17:38:41 UTC
add missing comma to example code
Tip revision: ed4f6a9
setup.cfg
[aliases]
test = pytest

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

[flake8]
ignore = E111,E124,E126,E201,E202,E221,E241,E302,E501
back to top