https://github.com/bear/python-twitter
Raw File
Tip revision: a4fc11a9b8b7223c119029a777a92823eb15ba08 authored by Daniel Christopher on 13 August 2016, 19:53:07 UTC
Fixed typo in readme
Tip revision: a4fc11a
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

[pep8]
ignore = E111,E124,E126,E128,E201,E202,E221,E226,E241,E301,E302,E303,E402,E501,W291
max-line-length = 160
back to top