Skip to content

Commit 5d90648

Browse files
committed
contribution.md: update text about coding style checks
1 parent 878bf32 commit 5d90648

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ https://pytest-httpserver.readthedocs.io/en/latest/background.html
2020

2121
There are a few rules you are kindly asked to accept:
2222

23-
* there are no coding style rules enforced, however please follow the style of
24-
the source code and try to make it consistent. pep8 is a rule of thumb,but
25-
there's no enforcement (yet).
23+
* coding style is checked by flake8. You can run `make cs` before proceeding
24+
with the PR. You can also use `autopep8` to fix the issues which gets executed
25+
by the `make autoformat` command.
2626

2727
* tests should be written for the new code. If there's a complex logic
2828
implemented, it should be tested on different valid and invalid inputs and

0 commit comments

Comments
 (0)