]> git.0d.be Git - chloro.git/blob - .pre-commit-config.yaml
01dbc86adf3143d112221e98b0d5c0264b8d08f6
[chloro.git] / .pre-commit-config.yaml
1 # See https://pre-commit.com for more information
2 # See https://pre-commit.com/hooks.html for more hooks
3 repos:
4 -   repo: https://github.com/psf/black
5     rev: 21.10b0
6     hooks:
7     - id: black
8       args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']