File tree 3 files changed +0
-7
lines changed
3 files changed +0
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ a query language for APIs created by Facebook.
8
8
[ ![ Documentation Status] ( https://readthedocs.org/projects/graphql-core-3/badge/ )] ( https://graphql-core-3.readthedocs.io )
9
9
![ Test Status] ( https://github.com/graphql-python/graphql-core/actions/workflows/test.yml/badge.svg )
10
10
![ Lint Status] ( https://github.com/graphql-python/graphql-core/actions/workflows/lint.yml/badge.svg )
11
- [ ![ Dependency Updates] ( https://pyup.io/repos/github/graphql-python/graphql-core/shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core/ )
12
- [ ![ Python 3 Status] ( https://pyup.io/repos/github/graphql-python/graphql-core/python-3-shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core/ )
13
11
[ ![ Code Style] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
14
12
15
13
The current version 3.2.1 of GraphQL-core is up-to-date with GraphQL.js version 16.3.0.
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ python-tag = py3
4
4
[aliases]
5
5
test = pytest
6
6
7
- [check-manifest]
8
- ignore =
9
- .pyup.yml
10
-
11
7
[tool:pytest]
12
8
# Only run benchmarks as tests.
13
9
# To actually run the benchmarks, use --benchmark-enable on the command line.
You can’t perform that action at this time.
0 commit comments