Skip to content

Instantly share code, notes, and snippets.

@macagua
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macagua/c59cdc06ef35ecd5fcb4 to your computer and use it in GitHub Desktop.
Save macagua/c59cdc06ef35ecd5fcb4 to your computer and use it in GitHub Desktop.
Quality Assurance Plone buildout configuration
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
[code-analysis]
directory = ${buildout:directory}/src/
pre-commit-hook = True
flake8-ignore = E501
clean-lines = True
deprecated-aliases = True
imports = True
prefer-single-quotes = True
utf8-header = True
[versions]
setuptools = 8.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment