Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
[flake8]
max-line-length = 79
no-accept-encodings = True

[isort]
line_length = 79
indent = '    '
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
balanced_wrapping = True
known_graphql = graphql,promise,graphene,graphene_sqlalchemy
known_database = sqlalchemy
known_third_party = pytest
lines_after_imports = 2
skip = venv,setup.py,noxfile.py
sections = FUTURE,STDLIB,THIRDPARTY,GRAPHQL,DATABASE,FIRSTPARTY,LOCALFOLDER
import_heading_stdlib = Standard Library
import_heading_thirdparty = Third Party
import_heading_graphql = GraphQL
import_heading_database = Database
import_heading_firstparty = Project
import_heading_localfolder = This module

[coverage:report]
show_missing = True
exclude_lines = 
	pragma: no cover
	only graphene-sqlalchemy==2.2.0
	only graphene-sqlalchemy<2.2.0

[egg_info]
tag_build = 
tag_date = 0