Skip to content

Commit

Permalink
Merge pull request #804 from LeowWB/update-readme-step-10
Browse files Browse the repository at this point in the history
Correct a mistake in README step 10
  • Loading branch information
marload committed Aug 2, 2021
2 parents f7a1e0c + 6ba5b9b commit c71a88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ If you're a developer and wish to contribute, please follow these steps:


### Formatting
10. We recommend to use [Black](https://github.com/psf/black) to format your code before submitting a PR which is installed automatically in step 4.
10. We recommend to use [Black](https://github.com/psf/black) to format your code before submitting a PR which is installed automatically in step 6.

11. Then, once you commit ensure that git hooks are activated (Pycharm for example has the option to omit them). This will run black automatically on all files you modified, failing if there are any files requiring to be blacked. In case black does not run execute the following:

Expand Down

0 comments on commit c71a88e

Please sign in to comment.