publik-base-theme/.pre-commit-config.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
291 B
YAML
Raw Normal View History

2021-01-11 19:11:05 +01:00
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
2021-11-22 22:08:51 +01:00
rev: 21.10b0
2021-01-11 19:11:05 +01:00
hooks:
- id: black
args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']