Dulmandakh
d53a102b08
Lint using Ruff ( #1563 )
...
* lint using Ruff
* remove isort config, flake8 comments
2024-07-01 17:03:13 +02:00
Cadu
694c1db21e
Vendor DataLoader
from aiodataloader
and move get_event_loop()
out of __init__
function. ( #1459 )
...
* Vendor DataLoader from aiodataloader and also move get_event_loop behavior from `__init__` to a property which only gets resolved when actually needed (this will solve PyTest-related to early get_event_loop() issues)
* Added DataLoader's specific tests
* plug `loop` parameter into `self._loop`, so that we still have the ability to pass in a custom event loop, if needed.
Co-authored-by: Erik Wrede <erikwrede2@gmail.com>
2022-09-07 20:32:53 +02:00
Syrus Akbary
81018268aa
Added support for wheel distributions. Fixed #505
2017-07-31 22:30:13 -07:00
Syrus Akbary
40a15bdd21
Improved test coverage
2017-07-23 20:56:00 -07:00
Syrus Akbary
aaf7abe831
Fixed coverage
2016-09-08 22:26:31 -07:00
Syrus Akbary
387b997b1d
Fixed tests and flake errors
2016-08-06 19:42:06 -07:00
Syrus Akbary
dd377c7da3
Fixed Python3 issues
2016-06-15 22:34:12 -07:00
Syrus Akbary
7caf96c746
Improved relay requirement, removed Django/SQLAlchemy dependency in main package
2016-06-14 23:59:37 -07:00
Syrus Akbary
82e989a7b3
Improved coverage cover
2016-02-01 14:13:46 -08:00
Syrus Akbary
70a4bd13c1
Fixed non-removed code from django filters and some PEP8 errors
2016-01-02 21:35:36 +01:00
Syrus Akbary
a556ab89f4
Exclude flake8 syntax in docs. Added tea_store example
2015-11-29 23:09:46 -08:00
Syrus Akbary
79c7d070db
Fixed isort
2015-11-21 18:47:40 -08:00
Syrus Akbary
a2ab008ead
Fixed lint errors
2015-11-11 21:54:45 -08:00
Syrus Akbary
afe8614753
First types implementation
2015-11-06 01:13:28 -08:00
Syrus Akbary
931d0ddb1c
First working version of Graphene 😃
2015-09-24 02:11:50 -07:00