aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
blob: d5a84169dab624de053d8dc33203178086ff2374 (plain)
1
2
3
4
5
6
7
8
9
10
11

[MESSAGES CONTROL]
disable=consider-using-f-string,
        missing-module-docstring,
        too-few-public-methods,  # False positives for db.Model
ignored-classes=SQLAlchemy,
                SQLObject,
                scoped_session

[FORMAT]
good-names=f,i,e