Skip to content

Commit

Permalink
disable pre-commit hook, and remove unsupported part
Browse files Browse the repository at this point in the history
  • Loading branch information
pjstevns committed Feb 25, 2014
1 parent 62ea103 commit 316798d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ base-parts +=
test
test-scripts
release
createzopecoverage
coverage-sh
flake8
pocompile
Expand All @@ -35,6 +34,8 @@ common-eggs =
test-eggs =
${buildout:package-name} ${buildout:package-extras}

[code-analysis]
pre-commit-hook = False

[pocompile]
recipe = zc.recipe.egg
Expand Down

0 comments on commit 316798d

Please sign in to comment.