mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-11-17 16:25:51 +03:00
13 lines
282 B
YAML
13 lines
282 B
YAML
repos:
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v2.31.0
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: [--py37-plus]
|
|
|
|
- repo: https://github.com/adamchainz/django-upgrade
|
|
rev: 1.4.0
|
|
hooks:
|
|
- id: django-upgrade
|
|
args: [--target-version, "2.2"]
|