From 6e736b764ce9fed47f2acc880a2531988446b285 Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Fri, 15 Mar 2019 11:58:36 +0100 Subject: [PATCH] docs: Use proper make targets for code style (#499) --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index ab1b48ac4a..c14966e9b0 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -6,7 +6,7 @@ In this repository your Pull request should follow these criteria: - The code is properly tested. - Tests must pass on [CI](https://travis-ci.org/trezor/trezor-core). -- The code is properly formatted. The make command `make style` checks if it is so and you can use `make black` and `make isort` to make it happen. +- The code is properly formatted. The make command `make style_check` checks if it is so and you can use `make style` to make it happen. - Commits must have concise commit messages, the imperative mood is preferred ([rationale](https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53)). - Multiple commits per PR are allowed, but please do not use reverts etc. - use interactive rebase. Do not use merge (e.g. merge trezor/master into...). Again, use rebase.