graphene-django/graphene_django/rest_framework
Kien Dang 9a773b9d7b
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-06 01:47:00 +03:00
..
tests Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
__init__.py Initial implementation of serializer field converter 2017-06-26 09:19:49 +01:00
models.py Update mutation.py to serialize Enum objects into input values (#1431) 2023-07-27 02:41:40 +03:00
mutation.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
serializer_converter.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
types.py Fix duplicated ErrorType declaration (#539) 2019-03-31 12:01:43 +01:00