eobuilder/.pre-commit-config.yaml

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

13 lines
410 B
YAML
Raw Normal View History

2021-01-11 19:08:28 +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/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: double-quote-string-fixer
2021-01-11 19:08:28 +01:00
- repo: https://github.com/psf/black
2022-03-31 12:18:07 +02:00
rev: 22.3.0
2021-01-11 19:08:28 +01:00
hooks:
- id: black
args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']