https://github.com/bear/python-twitter
Raw File
Tip revision: a746465c71fd74892bcead4399aca0f25c2c0225 authored by bear (Mike Taylor) on 02 August 2016, 23:07:43 UTC
add pycodestyle to testing requirements file
Tip revision: a746465
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