-
Dorian Turba authoredDorian Turba authored
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
CONTRIBUTING.md 462 B
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