-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create v2 that is compatible with Core v2 (#21)
* Create v2 that is compatible with Core v2 * Bump version to 2.0 * Support GraphQL-core >= 2.0, < 3 (use the newer signature for resolvers) * Drop support for Python 3.3 * Drop redundant README.rst * Clean-up and PEP-8 * Use .flake8 instead of setup.cfg * Use "setup.py test" for testing, as explained in README * Make this run with pytest 4. This will be changed in v3, where we use pytest 5 and run it directly. * Only check relevant files with flake8 * Minor fixes in the README
- Loading branch information
Showing
27 changed files
with
349 additions
and
630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[flake8] | ||
ignore = E203,W503,E704 | ||
exclude = .git,.mypy_cache,.pytest_cache,.tox,.venv,__pycache__,build,dist,docs | ||
max-line-length = 88 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.