blob: 5671bbf6bfae934cedb2daf3fe793b1557dc4737 (
plain)
1
2
3
4
5
6
|
[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
|