From 415f61300aaade1d46eebadcec0c8e53d5a885fb Mon Sep 17 00:00:00 2001 From: roli2py Date: Sat, 15 Aug 2026 16:36:44 +0300 Subject: [PATCH] Add style guidelines Add the guidelines to mitigate typical mistakes when making changes to the code and resolve the problems on this basis more easily. --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a03f9ec..86316c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,7 @@ First, thank you for wanting to spend your time helping make this project better 1. By making PR, you agree that your code will be published under the [MIT License](https://opensource.org/license/MIT). 2. You agree to our [No LLM](#no-llm) rule. +3. You agree to follow the [style guidelines](#style-guidelines) when making changes to the code. ### No LLM @@ -28,6 +29,10 @@ Create an issue and PR, if you... If none of these cases are yours, then create an issue about your case and we'll discuss it. +### Style Guidelines + +The project follows [PEP 8](https://peps.python.org/pep-0008/). The only change is a maximum line length: limit all lines to a maximum of 120 symbols. + ## Security Send security issues to one of the authors' emails: [piston.pro0001@gmail.com](mailto:piston.pro0001@gmail.com) or [romanmashevskyi@proton.me](mailto:romanmashevskyi@proton.me).