graphene-django/graphene_django/tests
Nikolai Røed Kristiansen 4517e32224
👷 Add pre-commit (#1336)
* 🔧 Add pre-commit config

Similar to graphene and graphene-sqlalchemy

* ⬆ Bump black

* 👷 Lint on CI

* ⬆ Bump flake8-black

* 🔧 Keep excluding migrations

* ⬆ Bump flake8

* 🔧 Remove black and flake8 from tox config

* ⬆ Update pre-commit versions

* Upgrade syntax to python 3.7+

* Format with pre-commit

dedent docs/schema.py to allow formatting

* Fix tests on python 3.7
2022-10-19 17:10:30 +03:00
..
issues Fix duplicated ErrorType declaration (#539) 2019-03-31 12:01:43 +01:00
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
forms.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
models.py 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
mutations.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
schema_view.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
schema.py Warn if fields or exclude are not defined on DjangoObjectType (#981) 2020-06-11 11:09:52 +01:00
test_command.py 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
test_converter.py fix: convert Django BigIntegerField to BigInt GraphQL type (#1318) 2022-09-22 19:09:11 +01:00
test_fields.py Fix: Use resolver passed as an attribute (#1131) 2021-02-23 09:50:19 -08:00
test_forms.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_get_queryset.py Fixes related to pr#1412 (#1352) 2022-09-24 15:50:40 +03:00
test_query.py 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
test_schema.py Warn if fields or exclude are not defined on DjangoObjectType (#981) 2020-06-11 11:09:52 +01:00
test_types.py 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
test_utils.py 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
test_views.py 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
types.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
urls_inherited.py Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00
urls_pretty.py Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00
urls.py Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00