mirror of
https://github.com/django-cms/django-cms.git
synced 2026-01-16 13:29:00 +03:00
50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
ci:
|
|
autofix_commit_msg: |
|
|
ci: auto fixes from pre-commit hooks
|
|
|
|
for more information, see https://pre-commit.ci
|
|
autofix_prs: false
|
|
autoupdate_commit_msg: 'ci: pre-commit autoupdate'
|
|
autoupdate_schedule: monthly
|
|
|
|
repos:
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v2.31.0
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: ["--py37-plus"]
|
|
|
|
- repo: https://github.com/adamchainz/django-upgrade
|
|
rev: '1.4.0'
|
|
hooks:
|
|
- id: django-upgrade
|
|
args: [--target-version, "2.2"]
|
|
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: 4.0.1
|
|
hooks:
|
|
- id: flake8
|
|
|
|
- repo: https://github.com/asottile/yesqa
|
|
rev: v1.3.0
|
|
hooks:
|
|
- id: yesqa
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.1.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: debug-statements
|
|
- id: mixed-line-ending
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.10.1
|
|
hooks:
|
|
- id: isort
|
|
|
|
- repo: https://github.com/codespell-project/codespell
|
|
rev: v2.1.0
|
|
hooks:
|
|
- id: codespell
|