imio-teleservices-templatetags/.pre-commit-config.yaml

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

18 lines
553 B
YAML
Raw Permalink Normal View History

2022-04-02 14:20:47 +02: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
2022-04-02 14:20:47 +02:00
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']
- repo: https://github.com/PyCQA/isort
2023-02-01 09:29:07 +01:00
rev: 5.12.0
2022-04-02 14:20:47 +02:00
hooks:
- id: isort
args: ['--profile', 'black', '--line-length', '110']