Skip to content

chore(linter): Pre-commit hook

Julien requested to merge pre-commit into develop

add pre-commit hooks:

  • prettier lint with eslint

  • json lint with pre-commit-hooks repo

  • toml lint with pre-commit-hooks repo

  • yaml lint with pre-commit-hooks repo

  • requirements.txt sort with pre-commit-hooks repo

  • end-of-file-fixer with pre-commit-hooks repo

  • trailing whitespace with pre-commit-hooks repo

  • html lint with pre-commit-hooks repo

  • markdown lint with markdownlint

  • jupyter notebook lint with black nbQA

  • jupyter notebook sort with isort nbQA

  • python with black formater

Merge request reports