Framework agnostic set of sqlalchemy classes that make building applications that require permissions an easy task.
BSD 3-Clause "New" or "Revised" License
71
stars
22
forks
source link
Pylint all source, add pylint to travis, use psycopg2-binary #58
Closed
jochumdev closed 6 years ago
This fixes all pylint errors i had in my IDE (M$ VS Code): See: https://code.visualstudio.com/docs/python/linting#_default-pylint-rules
It also adds pylint to travis and as a little side-effect i replaced psycopg2 with psycopg2-binary (the maintainers switched the name).
Signed-off-by: René Jochum rene@jochums.at