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
CONTRIBUTING.md 484 B
Newer Older
  • Learn to ignore specific revisions
  • Dorian Turba's avatar
    Dorian Turba committed
    # 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`