We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878bf32 commit 5d90648Copy full SHA for 5d90648
1 file changed
CONTRIBUTION.md
@@ -20,9 +20,9 @@ https://pytest-httpserver.readthedocs.io/en/latest/background.html
20
21
There are a few rules you are kindly asked to accept:
22
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).
+* coding style is checked by flake8. You can run `make cs` before proceeding
+ with the PR. You can also use `autopep8` to fix the issues which gets executed
+ by the `make autoformat` command.
26
27
* tests should be written for the new code. If there's a complex logic
28
implemented, it should be tested on different valid and invalid inputs and
0 commit comments