Skip to content

Commit b6f6b66

Browse files
committed
Added DataLoader's specific tests
1 parent 2467efc commit b6f6b66

File tree

2 files changed

+379
-3
lines changed

2 files changed

+379
-3
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
exclude = setup.py,docs/*,*/examples/*,graphene/pyutils/*,tests
33
max-line-length = 120
44

5+
# This is a specific ignore for Black+Flake8
6+
# source: https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#id1
7+
extend-ignore = E203
8+
59
[coverage:run]
610
omit = graphene/pyutils/*,*/tests/*,graphene/types/scalars.py
711

0 commit comments

Comments
 (0)