mirror of https://github.com/celery/kombu.git
37 lines
854 B
YAML
37 lines
854 B
YAML
repos:
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v3.15.0
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: ["--py37-plus", "--keep-runtime-typing"]
|
|
|
|
- repo: https://github.com/PyCQA/autoflake
|
|
rev: v2.2.1
|
|
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
|
|
exclude: ^kombu/messaging\.py$|^kombu/serialization\.py$
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- id: mixed-line-ending
|
|
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.13.0
|
|
hooks:
|
|
- id: isort
|