mirror of
https://gitee.com/openharmony/third_party_jinja2
synced 2024-11-26 17:00:28 +00:00
9232421ee2
Signed-off-by: xuezhou_yan <yangang20@huawei.com>
34 lines
898 B
YAML
34 lines
898 B
YAML
ci:
|
|
autoupdate_branch: "3.1.x"
|
|
autoupdate_schedule: monthly
|
|
repos:
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v3.15.0
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: ["--py37-plus"]
|
|
- repo: https://github.com/asottile/reorder-python-imports
|
|
rev: v3.12.0
|
|
hooks:
|
|
- id: reorder-python-imports
|
|
args: ["--application-directories", "src"]
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.12.1
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: 7.0.0
|
|
hooks:
|
|
- id: flake8
|
|
additional_dependencies: [flake8-bugbear]
|
|
- repo: https://github.com/peterdemin/pip-compile-multi
|
|
rev: v2.6.3
|
|
hooks:
|
|
- id: pip-compile-multi-verify
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: fix-byte-order-marker
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|