graphene-django/examples/cookbook-plain/cookbook
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
..
ingredients Upgrade github actions versions, default python and dev dependencies (#1407) 2023-05-03 13:25:16 +03:00
recipes Upgrade github actions versions, default python and dev dependencies (#1407) 2023-05-03 13:25:16 +03:00
__init__.py Add examples/cookbook-plain to follow the plain tutorial 2017-02-14 20:23:45 +02:00
schema.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
settings.py Fix graphiql explorer styles by including official CSS, and update local example app for testing (#1418) 2023-06-02 11:48:53 +03:00
urls.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
wsgi.py Add examples/cookbook-plain to follow the plain tutorial 2017-02-14 20:23:45 +02:00