]> git.0d.be Git - chloro.git/blob - .pre-commit-config.yaml
do not include non-feed posts on homepage
[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: 22.3.0
6     hooks:
7     - id: black
8       args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']