mirror of https://github.com/celery/kombu.git
30 lines
593 B
YAML
30 lines
593 B
YAML
|
repos:
|
||
|
- repo: https://github.com/asottile/pyupgrade
|
||
|
rev: v2.21.2
|
||
|
hooks:
|
||
|
- id: pyupgrade
|
||
|
args: ["--py36-plus"]
|
||
|
|
||
|
- repo: https://gitlab.com/pycqa/flake8
|
||
|
rev: 3.9.2
|
||
|
hooks:
|
||
|
- id: flake8
|
||
|
|
||
|
- repo: https://github.com/asottile/yesqa
|
||
|
rev: v1.2.3
|
||
|
hooks:
|
||
|
- id: yesqa
|
||
|
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v4.0.1
|
||
|
hooks:
|
||
|
- id: check-merge-conflict
|
||
|
- id: check-toml
|
||
|
- id: check-yaml
|
||
|
- id: mixed-line-ending
|
||
|
|
||
|
- repo: https://github.com/pycqa/isort
|
||
|
rev: 5.9.2
|
||
|
hooks:
|
||
|
- id: isort
|