mirror of https://github.com/celery/kombu.git
36 lines
789 B
YAML
36 lines
789 B
YAML
repos:
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v3.10.1
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: ["--py37-plus", "--keep-runtime-typing"]
|
|
|
|
- repo: https://github.com/PyCQA/autoflake
|
|
rev: v2.2.0
|
|
hooks:
|
|
- id: autoflake
|
|
args: ["--in-place", "--ignore-pass-after-docstring", "--imports"]
|
|
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: 6.1.0
|
|
hooks:
|
|
- id: flake8
|
|
|
|
- repo: https://github.com/asottile/yesqa
|
|
rev: v1.5.0
|
|
hooks:
|
|
- id: yesqa
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- id: mixed-line-ending
|
|
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.12.0
|
|
hooks:
|
|
- id: isort
|