1 # See https://pre-commit.com for more information
2 # See https://pre-commit.com/hooks.html for more hooks
5 - repo: https://github.com/pre-commit/pre-commit-hooks
8 - id: check-added-large-files
9 - id: trailing-whitespace
11 - id: end-of-file-fixer
14 # - repo: https://github.com/pycqa/flake8
15 # rev: 3.8.4 # pick a git hash / tag to point to