thegeorgeous/flask-cqlalchemy

View on GitHub

Showing 5 of 5 total issues

Line too long (119 > 79 characters)
Open

consistency = app.config.get('CASSANDRA_CONSISTENCY') # by driver's default 'ConsistencyLevel.ONE' for all ops
Severity: Minor
Found in flask_cqlalchemy/__init__.py by pep8

Line too long (121 > 79 characters)
Open

description='Flask-CQLAlchemy handles connections to Cassandra clusters and provides an interface through cqlengine',
Severity: Minor
Found in setup.py by pep8

Line too long (88 > 79 characters)
Open

from cassandra.cqlengine.management import sync_table, create_keyspace_simple, sync_type
Severity: Minor
Found in flask_cqlalchemy/__init__.py by pep8

Line too long (98 > 79 characters)
Open

"""Taken from https://datastax.github.io/python-driver/cqlengine/models.html#model-inheritance
Severity: Minor
Found in tests/test_abstract_model.py by pep8

Line too long (80 > 79 characters)
Open

from cassandra.cqlengine.management import drop_keyspace, create_keyspace_simple
Severity: Minor
Found in tests/test_cqlalchemy.py by pep8
Severity
Category
Status
Source
Language