graphene-django/examples/cookbook/cookbook/recipes
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
..
migrations Upgrade github actions versions, default python and dev dependencies (#1407) 2023-05-03 13:25:16 +03:00
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
admin.py Make examples diff better against each other 2018-06-13 10:29:50 -04:00
apps.py Update travis and tox (#667) 2019-06-10 20:54:30 -07:00
models.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
schema.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
tests.py Update travis and tox (#667) 2019-06-10 20:54:30 -07:00
views.py Update travis and tox (#667) 2019-06-10 20:54:30 -07:00