JakubAndrysek / MkDoxy

📖 Automatically generates API documentation for your project based on Doxygen comments and code snippets in your markdown files.
https://mkdoxy.kubaandrysek.cz/
MIT License
60 stars 16 forks source link

Format code using black and add pre-commit config #77

Closed nikolaik closed 8 months ago

nikolaik commented 8 months ago

This adds a black, ruff and pre-commit configuration.

Formats everything

Adds a CI config to enforce the pre-commit linters