2022-12-19 22:12:47 +01:00
|
|
|
exclude: \.min\.(js|css)(\.map)?$|^\.idea/|/vendor/
|
2022-09-28 00:02:03 +02:00
|
|
|
ci:
|
2022-12-19 22:12:47 +01:00
|
|
|
skip: [mypy, pip-compile]
|
|
|
|
|
2020-08-14 14:53:30 +02:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2022-11-29 03:48:39 +01:00
|
|
|
rev: v4.4.0
|
2020-08-14 14:53:30 +02:00
|
|
|
hooks:
|
|
|
|
- id: check-ast
|
2021-12-19 20:40:51 +01:00
|
|
|
- id: check-json
|
2020-08-14 14:53:30 +02:00
|
|
|
- id: check-toml
|
2021-12-19 20:40:51 +01:00
|
|
|
- id: check-xml
|
2020-11-24 22:11:13 +01:00
|
|
|
- id: check-yaml
|
2021-02-06 18:07:51 +01:00
|
|
|
args: [--allow-multiple-documents]
|
2020-08-14 14:53:30 +02:00
|
|
|
- id: end-of-file-fixer
|
2021-12-19 20:40:51 +01:00
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: debug-statements
|
|
|
|
- id: detect-private-key
|
2020-08-14 14:53:30 +02:00
|
|
|
- id: pretty-format-json
|
|
|
|
args:
|
|
|
|
- --autofix
|
|
|
|
- --no-sort-keys
|
|
|
|
- id: trailing-whitespace
|
|
|
|
args:
|
|
|
|
- --markdown-linebreak-ext=md
|
2021-12-19 20:40:51 +01:00
|
|
|
- repo: https://github.com/asottile/pyupgrade
|
2022-12-13 03:17:39 +01:00
|
|
|
rev: v3.3.1
|
2021-12-19 20:40:51 +01:00
|
|
|
hooks:
|
|
|
|
- id: pyupgrade
|
2022-12-19 22:12:47 +01:00
|
|
|
args: [--py311-plus]
|
2021-12-27 22:57:05 +01:00
|
|
|
- repo: https://github.com/adamchainz/django-upgrade
|
2022-11-15 01:57:34 +01:00
|
|
|
rev: 1.12.0
|
2021-12-27 22:57:05 +01:00
|
|
|
hooks:
|
|
|
|
- id: django-upgrade
|
2022-09-23 22:45:29 +02:00
|
|
|
args: [--target-version, "4.1"]
|
2022-12-19 22:12:47 +01:00
|
|
|
- repo: https://github.com/PyCQA/isort
|
2022-12-27 04:15:37 +01:00
|
|
|
rev: 5.11.4
|
2022-12-19 22:12:47 +01:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
args: [--profile, black]
|
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
rev: 22.12.0
|
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
args: [--target-version, py311]
|
2021-12-27 22:57:05 +01:00
|
|
|
- repo: https://github.com/rtts/djhtml
|
2022-09-23 22:45:29 +02:00
|
|
|
rev: v1.5.2
|
2021-12-27 22:57:05 +01:00
|
|
|
hooks:
|
|
|
|
- id: djhtml
|
2022-02-24 20:38:43 +01:00
|
|
|
- repo: https://github.com/flakeheaven/flakeheaven
|
2022-11-08 00:40:07 +01:00
|
|
|
rev: 3.2.1
|
2021-12-19 20:40:51 +01:00
|
|
|
hooks:
|
2022-02-24 20:38:43 +01:00
|
|
|
- id: flakeheaven
|
2021-12-19 20:40:51 +01:00
|
|
|
additional_dependencies:
|
2021-12-29 10:40:48 +01:00
|
|
|
- flake8-annotations-complexity
|
2022-12-19 22:12:47 +01:00
|
|
|
- flake8-bandit
|
2021-12-19 20:40:51 +01:00
|
|
|
- flake8-builtins
|
2021-12-29 10:40:48 +01:00
|
|
|
- flake8-bugbear
|
2021-12-19 20:40:51 +01:00
|
|
|
- flake8-comprehensions
|
2022-12-19 22:12:47 +01:00
|
|
|
- flake8-docstrings
|
2021-12-19 20:40:51 +01:00
|
|
|
- flake8-eradicate
|
2021-12-29 10:40:48 +01:00
|
|
|
- flake8-noqa
|
2021-12-27 22:57:05 +01:00
|
|
|
- flake8-pytest-style
|
2021-12-29 10:40:48 +01:00
|
|
|
- flake8-pyi
|
2021-12-29 14:54:21 +01:00
|
|
|
- wemake-python-styleguide
|
2022-12-19 22:12:47 +01:00
|
|
|
- pep8-naming
|
2021-12-27 22:57:05 +01:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
2022-11-01 01:52:57 +01:00
|
|
|
rev: v3.0.0-alpha.4
|
2021-12-27 22:57:05 +01:00
|
|
|
hooks:
|
|
|
|
- id: prettier
|
|
|
|
types_or: [javascript, css]
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
2022-12-19 22:12:47 +01:00
|
|
|
rev: v8.30.0
|
2021-12-27 22:57:05 +01:00
|
|
|
hooks:
|
|
|
|
- id: eslint
|
|
|
|
args: [--fix]
|
|
|
|
types_or: [javascript, css]
|
|
|
|
additional_dependencies:
|
2022-12-19 22:12:47 +01:00
|
|
|
- eslint@8.29.0
|
|
|
|
- eslint-config-prettier@8.5.0
|
|
|
|
- repo: https://github.com/jazzband/pip-tools
|
|
|
|
rev: 6.12.1
|
|
|
|
hooks:
|
|
|
|
- id: pip-compile
|
|
|
|
name: pip-compile requirements.txt
|
|
|
|
args: [-q, --allow-unsafe, --resolver=backtracking, --generate-hashes, requirements.in]
|
|
|
|
files: ^requirements\.(in|txt)$
|
|
|
|
- id: pip-compile
|
|
|
|
name: pip-compile constraints.txt
|
|
|
|
args: [-q, --allow-unsafe, --resolver=backtracking, --strip-extras, --output-file=constraints.txt, requirements.in]
|
|
|
|
files: ^requirements\.in|constraints\.txt$
|
|
|
|
- id: pip-compile
|
|
|
|
name: pip-compile requirements-dev.in
|
|
|
|
args: [-q, --allow-unsafe, --resolver=backtracking, --generate-hashes, requirements-dev.in]
|
|
|
|
files: ^requirements-dev\.(in|txt)$
|
2021-12-29 16:19:31 +01:00
|
|
|
- repo: local
|
|
|
|
hooks:
|
|
|
|
- id: mypy
|
|
|
|
name: mypy
|
|
|
|
entry: mypy
|
|
|
|
language: system
|
2021-12-29 16:25:56 +01:00
|
|
|
types_or: [python, pyi]
|