Skip to content

Instantly share code, notes, and snippets.

@hvelarde
Created May 1, 2014 00:42
Show Gist options
  • Save hvelarde/f967e7e961e8b76d6948 to your computer and use it in GitHub Desktop.
Save hvelarde/f967e7e961e8b76d6948 to your computer and use it in GitHub Desktop.
Add support for docstring style checker on buildout
[buildout]
parts = pep257
[pep257]
recipe = zc.recipe.egg
eggs = pep257
entry-points = pep257=pep257:main
arguments = *pep257.parse_options()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment