Skip to content
Snippets Groups Projects
  1. Feb 02, 2023
  2. Oct 18, 2022
  3. Apr 21, 2022
  4. Apr 08, 2022
  5. Feb 10, 2022
  6. Sep 17, 2020
  7. Mar 18, 2020
  8. Nov 21, 2019
  9. Nov 18, 2019
  10. Jul 10, 2019
    • David Douard's avatar
      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
Loading