mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
e49c39a4e5
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.8.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
24 lines
520 B
YAML
24 lines
520 B
YAML
repos:
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v3.8.0
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: [--py36-plus]
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.3.0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.12.0
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: 6.0.0
|
|
hooks:
|
|
- id: flake8
|
|
additional_dependencies:
|
|
- flake8-bugbear
|
|
ci:
|
|
autoupdate_schedule: quarterly
|