mirror of https://github.com/celery/celery.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
594 B
29 lines
594 B
repos: |
|
- repo: https://github.com/asottile/pyupgrade |
|
rev: v2.34.0 |
|
hooks: |
|
- id: pyupgrade |
|
args: ["--py37-plus"] |
|
|
|
- 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.3.0 |
|
hooks: |
|
- id: check-merge-conflict |
|
- id: check-toml |
|
- id: check-yaml |
|
- id: mixed-line-ending |
|
|
|
- repo: https://github.com/pycqa/isort |
|
rev: 5.10.1 |
|
hooks: |
|
- id: isort
|
|
|