eclipse-uprotocol / up-python

uProtocol Language Specific Library for Python
Apache License 2.0
2 stars 9 forks source link

Add ruff lint workflow and address linting issues. #35

Closed neelam-kushwah closed 4 months ago

neelam-kushwah commented 4 months ago

36 , #14

Fix linting issues and refactor code for PEP 8 compliance ( except for the max length limit check, The PEP 8 guideline suggests a maximum line length of 79 characters for Python code, However, in practice, many projects and developers find this limit too restrictive for modern development environments. With wider screens and IDEs commonly setting default limits of 120 characters, it's common to see larger line length limits used in practice, typically around 100 or 120 characters. By allowing longer lines, code can often be more readable and maintainable, especially for function calls, method chains, or longer strings)

github-actions[bot] commented 4 months ago

Code coverage report is ready! :chart_with_upwards_trend:

github-actions[bot] commented 4 months ago

Code coverage report is ready! :chart_with_upwards_trend:

github-actions[bot] commented 4 months ago

Code coverage report is ready! :chart_with_upwards_trend: