2022-10-28 22:16:23 +02:00
|
|
|
exclude: \.min\.(js|css)(\.map)?$|^\.idea/
|
2022-12-10 01:04:57 +01:00
|
|
|
ci:
|
|
|
|
skip: [pip-compile]
|
|
|
|
|
2022-10-28 22:16:23 +02:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2022-11-29 07:21:53 +01:00
|
|
|
rev: v4.4.0
|
2022-10-28 22:16:23 +02:00
|
|
|
hooks:
|
|
|
|
- id: check-ast
|
|
|
|
- id: check-json
|
|
|
|
- id: check-toml
|
|
|
|
- id: check-xml
|
|
|
|
- id: check-yaml
|
2022-12-19 22:40:35 +01:00
|
|
|
args: [--allow-multiple-documents]
|
2022-10-28 22:16:23 +02:00
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: check-merge-conflict
|
2022-12-19 22:40:35 +01:00
|
|
|
- id: debug-statements
|
|
|
|
- id: detect-private-key
|
2022-10-28 22:16:23 +02:00
|
|
|
- id: pretty-format-json
|
|
|
|
args:
|
|
|
|
- --autofix
|
|
|
|
- --no-sort-keys
|
|
|
|
- id: trailing-whitespace
|
|
|
|
args:
|
|
|
|
- --markdown-linebreak-ext=md
|
2023-02-09 10:08:17 +01:00
|
|
|
- id: check-executables-have-shebangs
|
|
|
|
- id: check-shebang-scripts-are-executable
|
2022-10-28 22:16:23 +02:00
|
|
|
- repo: https://github.com/adamchainz/django-upgrade
|
2023-08-22 11:10:41 +02:00
|
|
|
rev: 1.14.1
|
2022-10-28 22:16:23 +02:00
|
|
|
hooks:
|
|
|
|
- id: django-upgrade
|
2022-12-10 01:40:21 +01:00
|
|
|
args: [--target-version, "4.1"]
|
2022-10-28 22:16:23 +02:00
|
|
|
- repo: https://github.com/psf/black
|
2023-07-11 10:19:03 +02:00
|
|
|
rev: 23.7.0
|
2022-10-28 22:16:23 +02:00
|
|
|
hooks:
|
|
|
|
- id: black
|
2022-12-10 01:40:21 +01:00
|
|
|
args: [--target-version, py311]
|
2022-10-28 22:16:23 +02:00
|
|
|
- repo: https://github.com/rtts/djhtml
|
2023-03-21 04:35:39 +01:00
|
|
|
rev: 3.0.6
|
2022-10-28 22:16:23 +02:00
|
|
|
hooks:
|
|
|
|
- id: djhtml
|
2023-07-04 09:56:46 +02:00
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
2023-08-22 11:10:41 +02:00
|
|
|
rev: v0.0.285
|
2022-10-28 22:16:23 +02:00
|
|
|
hooks:
|
2023-01-29 10:38:41 +01:00
|
|
|
- id: ruff
|
|
|
|
args: [--fix]
|
2022-10-28 22:16:23 +02:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
2023-08-22 11:10:41 +02:00
|
|
|
rev: v3.0.2
|
2022-10-28 22:16:23 +02:00
|
|
|
hooks:
|
|
|
|
- id: prettier
|
|
|
|
types_or: [javascript, css]
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
2023-08-15 10:43:33 +02:00
|
|
|
rev: v8.47.0
|
2022-10-28 22:16:23 +02:00
|
|
|
hooks:
|
|
|
|
- id: eslint
|
|
|
|
args: [--fix]
|
|
|
|
types_or: [javascript, css]
|
|
|
|
additional_dependencies:
|
2023-03-25 19:45:00 +01:00
|
|
|
- eslint@8.36.0
|
2022-12-10 01:52:08 +01:00
|
|
|
- eslint-config-prettier@8.5.0
|
2023-02-17 15:43:02 +01:00
|
|
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
2023-08-15 10:43:33 +02:00
|
|
|
rev: 0.13.1
|
2023-02-17 15:43:02 +01:00
|
|
|
hooks:
|
|
|
|
- id: pyproject-fmt
|
2022-12-10 01:00:10 +01:00
|
|
|
- repo: https://github.com/jazzband/pip-tools
|
2023-08-15 10:43:33 +02:00
|
|
|
rev: 7.3.0
|
2022-12-10 01:00:10 +01:00
|
|
|
hooks:
|
|
|
|
- id: pip-compile
|
|
|
|
name: pip-compile requirements.txt
|
2023-07-17 22:16:16 +02:00
|
|
|
args: [-q, --allow-unsafe, requirements.in]
|
2023-01-05 18:35:02 +01:00
|
|
|
files: ^requirements\.(in|txt)$
|
2022-12-10 01:00:10 +01:00
|
|
|
- id: pip-compile
|
2023-01-05 18:35:02 +01:00
|
|
|
name: pip-compile constraints.txt
|
2023-07-17 22:16:16 +02:00
|
|
|
args: [-q, --allow-unsafe, --strip-extras, --output-file=constraints.txt, requirements.in]
|
2023-01-05 18:35:02 +01:00
|
|
|
files: ^requirements\.in|constraints\.txt$
|
|
|
|
- id: pip-compile
|
2023-01-18 20:40:41 +01:00
|
|
|
name: pip-compile requirements-dev.txt
|
2023-07-17 22:16:16 +02:00
|
|
|
args: [-q, --allow-unsafe, requirements-dev.in]
|
2023-01-05 18:35:02 +01:00
|
|
|
files: ^requirements-dev\.(in|txt)$
|