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

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

27 lines
778 B
YAML
Raw Permalink 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/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: double-quote-string-fixer
2021-01-11 19:11:05 +01:00
- repo: https://github.com/psf/black
2022-03-31 12:29:38 +02:00
rev: 22.3.0
2021-01-11 19:11:05 +01:00
hooks:
- id: black
args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']
2021-07-08 11:57:26 +02:00
- repo: https://github.com/PyCQA/isort
2023-02-01 09:29:08 +01:00
rev: 5.12.0
2021-07-08 11:57:26 +02:00
hooks:
- id: isort
args: ['--profile', 'black', '--line-length', '110']
2022-09-29 12:11:13 +02:00
- repo: https://github.com/rtts/djhtml
rev: 'v1.5.2'
hooks:
- id: djhtml
args: ['--tabwidth', '2']
2022-06-17 19:59:13 +02:00
- repo: https://git.entrouvert.org/pre-commit-debian.git
2023-05-27 21:40:11 +02:00
rev: v0.3
2022-06-17 19:59:13 +02:00
hooks:
- id: pre-commit-debian