summaryrefslogtreecommitdiffstats
path: root/.pylintrc
blob: d13ca13a119d46990aa8b5099663f79d3f2586f4 (plain)
1
2
3
4
5
6
7
[MASTER]
disable=
    C0114, # missing-module-docstring
    C0115, # missing-class-docstring
    C0116, # missing-function-docstring
    C0103, # pylint complains about the TypeVar names https://github.com/PyCQA/pylint/issues/3324
    R0903, # too few public methods