Skip to content
Snippets Groups Projects
  • David Douard's avatar
    0f4c2e4f
    Add a pre-commit config file · 0f4c2e4f
    David Douard authored
    and document it briefly in the README file.
    
    This comes with a few checkers:
    - flake8
    - trailing-whitespace
    - check-json
    - check-yaml
    - codespell
    
    Also include commented checkers:
    - black: disabled since we are not ready for this yet,
    - pydocstyle: disabled since we have way too many pydoctyle errors for now...
    
    See https://pre-commit.com/ for more details.
    
    Related to T1881.
    0f4c2e4f
    History
    Add a pre-commit config file
    David Douard authored
    and document it briefly in the README file.
    
    This comes with a few checkers:
    - flake8
    - trailing-whitespace
    - check-json
    - check-yaml
    - codespell
    
    Also include commented checkers:
    - black: disabled since we are not ready for this yet,
    - pydocstyle: disabled since we have way too many pydoctyle errors for now...
    
    See https://pre-commit.com/ for more details.
    
    Related to T1881.