graphene-django/graphene_django
Kien Dang 36cf100e8b
Use ruff format to replace black (#1473)
* Use ruff format to replace black

* Adjust ruff config to be compatible with ruff-format

https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules

* Format

* Replace black with ruff format in Makefile
2023-10-25 11:33:00 +03:00
..
debug Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
filter Use ruff format to replace black (#1473) 2023-10-25 11:33:00 +03:00
forms Use ruff format to replace black (#1473) 2023-10-25 11:33:00 +03:00
management Miscellaneous CI fixes (#1447) 2023-08-09 20:48:42 +03:00
rest_framework Use ruff format to replace black (#1473) 2023-10-25 11:33:00 +03:00
static/graphene_django Support displaying deprecated input fields in GraphiQL docs (#1458) 2023-09-13 09:49:01 +03:00
templates/graphene Support displaying deprecated input fields in GraphiQL docs (#1458) 2023-09-13 09:49:01 +03:00
tests Typo fixes (#1459) 2023-09-06 10:29:58 +03:00
utils Use ruff format to replace black (#1473) 2023-10-25 11:33:00 +03:00
__init__.py Update __init__.py 2023-08-10 01:12:15 +03:00
compat.py fix: empty list is not an empty value for list filters even when a custom filtering method is provided (#1450) 2023-08-11 23:24:58 +08:00
conftest.py Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
constants.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
converter.py fix: foreign key nullable and custom resolver (#1446) 2023-08-09 20:28:26 +03:00
fields.py Use ruff format to replace black (#1473) 2023-10-25 11:33:00 +03:00
registry.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
settings.py Support displaying deprecated input fields in GraphiQL docs (#1458) 2023-09-13 09:49:01 +03:00
types.py Use ruff format to replace black (#1473) 2023-10-25 11:33:00 +03:00
views.py Fix graphiql explorer styles by sending graphiql_plugin_explorer_css_sri param to render_graphiql function of the GraphQlView (#1418) (#1460) 2023-09-14 00:26:18 +08:00