passerelle/.pre-commit-config.yaml

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

37 lines
1.0 KiB
YAML
Raw Permalink Normal View History

2021-02-20 16:26:50 +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
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
hooks:
- id: pyupgrade
args: ['--keep-percent-format', '--py39-plus']
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.13.0
hooks:
- id: django-upgrade
args: ['--target-version', '3.2']
2021-02-20 16:26:50 +01:00
- repo: https://github.com/psf/black
2023-03-29 11:56:58 +02:00
rev: 23.3.0
2021-02-20 16:26:50 +01:00
hooks:
- id: black
2023-03-29 11:56:58 +02:00
args: ['--target-version', 'py39', '--skip-string-normalization', '--line-length', '110']
2021-04-12 09:23:11 +02:00
- repo: https://github.com/PyCQA/isort
2023-02-01 02:08:04 +01:00
rev: 5.12.0
2021-04-12 09:23:11 +02:00
hooks:
- id: isort
args: ['--profile', 'black', '--line-length', '110']
2022-09-29 17:26:53 +02:00
- repo: https://github.com/rtts/djhtml
2023-03-29 11:57:05 +02:00
rev: '3.0.6'
2022-09-29 17:26:53 +02:00
hooks:
- id: djhtml
args: ['--tabwidth', '2']
2022-06-17 19:07:47 +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:07:47 +02:00
hooks:
- id: pre-commit-debian