summaryrefslogtreecommitdiffhomepage
path: root/pylintrc
blob: fb718e95067551862f8c0d6ab0652a93557e72ec (plain)
1
2
3
4
5
[Messages Control]
# C0111: Don't require docstrings on every method
# W0511: TODOs in code comments are fine.
# W0142: *args and **kwargs are fine.
disable=C0111,W0511,W0142