Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.

Contributing to r2devops_catalog

Development environment

Quality Standards

Style Guide

Pre-commit hooks

Please use the pre-commit hooks provided in this repository to maintain consistency in the codebase.

pip install --upgrade pip
pip install -e .[QUALITY]
pre-commit install

You can manually run the pre-commit hooks on all files:

pre-commit run --all-files

This will run the following hooks:

  • pymarkdown