checkout/.pre-commit-config.yaml

67 lines
1.7 KiB
YAML
Raw Normal View History

2023-03-25 20:01:14 +01:00
exclude: \.min\.(js|css)(\.map)?$|^\.idea/|/vendor/
2022-04-24 15:51:25 +02:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
2022-04-24 15:51:25 +02:00
hooks:
- id: check-ast
- id: check-json
- id: check-toml
- id: check-xml
- id: check-yaml
args: [--allow-multiple-documents]
- id: end-of-file-fixer
- id: check-merge-conflict
- id: debug-statements
- id: detect-private-key
- id: pretty-format-json
args:
- --autofix
- --no-sort-keys
- id: trailing-whitespace
args:
- --markdown-linebreak-ext=md
2023-03-25 20:01:14 +01:00
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
2022-04-24 15:51:25 +02:00
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.22.2
2022-04-24 15:51:25 +02:00
hooks:
- id: django-upgrade
2022-09-24 15:52:44 +01:00
args: [--target-version, "4.1"]
2023-03-25 20:01:14 +01:00
- repo: https://github.com/psf/black
rev: 24.10.0
2023-03-25 20:01:14 +01:00
hooks:
- id: black
args: [--target-version, py311]
2022-04-24 15:51:25 +02:00
- repo: https://github.com/rtts/djhtml
rev: 3.0.7
2022-04-24 15:51:25 +02:00
hooks:
- id: djhtml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
2022-04-24 15:51:25 +02:00
hooks:
2023-03-25 20:01:14 +01:00
- id: ruff
args: [--fix]
2022-04-24 15:51:25 +02:00
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
2022-04-24 15:51:25 +02:00
hooks:
- id: prettier
types_or: [javascript, css]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.18.0
2022-04-24 15:51:25 +02:00
hooks:
- id: eslint
args: [--fix]
types_or: [javascript, css]
additional_dependencies:
2024-01-20 09:42:54 +01:00
- eslint@8.56.0
2023-03-25 20:01:14 +01:00
- eslint-config-prettier@8.5.0
- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.5.0
2023-03-25 20:01:14 +01:00
hooks:
- id: pyproject-fmt
2025-01-05 11:48:05 +01:00
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.21
2023-03-25 20:01:14 +01:00
hooks:
2025-01-05 11:48:05 +01:00
- id: uv-lock