EnergySystemsModellingLab / MUSE_OS

Welcome to the MUSE-OS repository
https://muse-os.readthedocs.io/en/latest/
GNU General Public License v3.0
22 stars 8 forks source link

Fix broken markdownlint pre-commit hook #276

Closed alexdewar closed 2 months ago

alexdewar commented 2 months ago

Description

The markdownlint hook hasn't been doing anything since it was changed from the Ruby-based one to the Node-based one (see #275 for details). I've fixed it by changing from using a command line argument to a config file and also changed to using the markdownlint-fix variant of the hook, which autofixes various problems.

Fixes #275.