9aea55e3d1
Ignored only the rules about continuing / hanging indentation. Also, added __init__.py to tests so that pylint discovers them. (I don't buy pytest's BS about installing your package.)
4 lines
116 B
Python
4 lines
116 B
Python
from sqlalchemy.ext.declarative import declarative_base
|
|
|
|
|
|
Base = declarative_base() # pylint: disable=invalid-name
|