https://github.com/bear/python-twitter
Raw File
Tip revision: afe51f72831bf703e3e9f2b260d58f72d8b76d58 authored by Mike Taylor on 01 November 2016, 16:41:32 UTC
Merge pull request #400 from bear/fix/issue397
Tip revision: afe51f7
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