eclipse-uprotocol / up-python

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

Add GitHub workflow for linting and formatting Python code #36

Closed neelam-kushwah closed 4 months ago

neelam-kushwah commented 4 months ago

Add a GitHub Actions workflow to automatically lint and format Python code using ruff. This will help ensure code quality and consistency across the project.

Fix all the identified issues

Additional Information