# 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. ```bash pip install --upgrade pip pip install -e .[QUALITY] pre-commit install ``` You can manually run the pre-commit hooks on all files: ```bash pre-commit autoupdate pre-commit run --all-files ``` This will run the following hooks: - `pymarkdown`