INTO-CPS-Association / DTaaS

:factory: :left_right_arrow: :busts_in_silhouette: Digital Twin as a Service
https://into-cps-association.github.io/DTaaS/
Other
107 stars 53 forks source link

port pre-commit config to Windows #635

Open prasadtalasila opened 5 months ago

prasadtalasila commented 5 months ago

The pre-commit config depends on bash script to complete some of its markdown linting task.

This script needs to be cross-platform. Converting it into a python script will make it cross platform.

aryanbhosale commented 5 months ago

Should I create a markdownlint-hook.sh to a .py file?