"pre-commit" hook to trim trailing whitespace.
[pylit.git] / .pre-commit-config.yaml
bloba9b48f43d93bd6be2a503d861d76a1c9d38eb4c3
1 # See https://pre-commit.com for more information
2 # See https://pre-commit.com/hooks.html for more hooks
3 repos:
5 -   repo: https://github.com/pre-commit/pre-commit-hooks
6     rev: v3.2.0
7     hooks:
8     -   id: check-added-large-files
9     -   id: trailing-whitespace
10         exclude: .svg$
11     -   id: end-of-file-fixer
12         exclude: .svg$
14 # -   repo: https://github.com/pycqa/flake8
15 #     rev: 3.8.4  # pick a git hash / tag to point to
16 #     hooks:
17 #     -   id: flake8