1repos:
2-   repo: https://github.com/pre-commit/pre-commit-hooks
3    rev: v2.0.0
4    hooks:
5    - id: debug-statements
6    - id: end-of-file-fixer
7-   repo: https://github.com/psf/black
8    rev: 21.6b0
9    hooks:
10    - id: black
11      language_version: python3
12      exclude: 'mathicsscript/version.py'
13