diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 826764474..994698cca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -185,8 +185,7 @@ you should know about. Style conventions for stub files are different from PEP 8. The general rule is that they should be as concise as possible. Specifically: -* there is no line length limit; -* prefer long lines over elaborate indentation; +* lines can be up to 130 characters long; * all function bodies should be empty; * prefer ``...`` over ``pass``; * prefer ``...`` on the same line as the class/function signature;