graphene-django/graphene_django
Kien Dang 1d6e084af1 Use ruff in pre-commit (#1441)
* Use ruff in pre-commit

* Add pyupgrade

* Add isort

* Add bugbear

* Fix B015 Pointless comparison

* Fix B026

* B018 false positive

* Remove flake8 and isort config from setup.cfg

* Remove black and flake8 from dev dependencies

* Update black

* Show list of fixes applied with autofix on

* Fix typo

* Add C4 flake8-comprehensions

* Add ruff to dev dependencies

* Fix up
2023-08-10 21:11:06 +00:00
..
debug Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
filter Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
forms Miscellaneous CI fixes (#1447) 2023-08-09 20:48:42 +03:00
management Miscellaneous CI fixes (#1447) 2023-08-09 20:48:42 +03:00
rest_framework fix: tests 2023-08-10 21:11:06 +00:00
static/graphene_django Add GraphiQL Explorer plugin (#1397) 2023-05-04 22:06:10 +03:00
templates/graphene Fix graphiql explorer styles by including official CSS, and update local example app for testing (#1418) 2023-06-02 11:48:53 +03:00
tests fix: tests 2023-08-10 21:11:06 +00:00
utils fix: revert PR-1380 2023-08-10 21:07:01 +00:00
__init__.py Update __init__.py 2023-08-10 01:12:15 +03:00
compat.py fix: tests 2023-08-10 21:11:06 +00: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 Use ruff in pre-commit (#1441) 2023-08-10 21:11:06 +00:00
fields.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
registry.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
settings.py feat: added USE_DATALOADERS settings 2023-08-10 21:07:01 +00:00
types.py Miscellaneous CI fixes (#1447) 2023-08-09 20:48:42 +03:00
views.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00