DMTF / Redfish-Service-Validator

The Redfish Service Validator is a Python3 tool for checking conformance of any "device" with a Redfish service interface against Redfish CSDL schema
Other
37 stars 33 forks source link

About formatter and linter #490

Open JordanCHW opened 2 years ago

JordanCHW commented 2 years ago

I wonder is there any plan to introduce formatter & linter to this project? (eg. mypy, black, flake8) We could build the precommit tool / CI process with them to ensure the code quality and consistency.

mraineri commented 2 years ago

We would like to, but it has not been prioritized. If you're willing to contribute this, we'd certainly welcome it.