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
README.md 691 B
Newer Older
  • Learn to ignore specific revisions
  • Dorian Turba's avatar
    Dorian Turba committed
    ## Objective
    
    
    Run [Black](https://github.com/psf/black) on your Python code to ensure it complies with the coding
    style guide.
    
    Dorian Turba's avatar
    Dorian Turba committed
    
    ## How to use it
    
    1. Create a [python package](https://packaging.python.org/en/latest/tutorials/packaging-projects/).
    2. Include template in your CI/CD conf (see quick use above)
    3. Customize the template if it's relevant
    
    
    ## Add <a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a> cartouche to your project README.md
    ```markdown
    <a href="https://github.com/psf/black">
        <img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
    </a>
    ```