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
.pre-commit-config.yaml 318 B
Newer Older
  • Learn to ignore specific revisions
  • repos:
    
        -   repo: https://github.com/jackdewinter/pymarkdown
            rev: v0.9.13.3
            hooks:
                -   id: pymarkdown
        -   repo: https://github.com/pappasam/toml-sort
            rev: v0.23.1
            hooks:
                -   id: toml-sort
                    args: [ --check ]
    
    Dorian Turba's avatar
    Dorian Turba committed
                    exclude: ^tests/