From f9c1095dd1886f7e245e158b0f6325bfa251a90b Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 7 Jun 2018 21:39:56 +0100 Subject: Currently we have no git hook docs --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62b7e739..36152fc5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,8 +17,7 @@ contributions may be rejected on the basis of a contributor failing to follow th as well. 1. **Adhere to the prevailing code style**, which we enforce using [flake8](http://flake8.pycqa.org/en/latest/index.html). * Additionally, run `flake8` against your code before you push it. Your commit will be rejected by the build server - if it fails to lint. For an automatic way to do this, check out - [our article on Git hooks](https://github.com/discord-python/site/wiki/Git-Hooks). + if it fails to lint. 1. **Don't fight the framework**. Every framework has its flaws, but the frameworks we've picked out have been carefully chosen for their particular merits. If you can avoid it, please resist reimplementing swathes of framework logic - the work has already been done for you! -- cgit v1.2.3