blob: 177512f81d19de5fa2515ee9c0ca7c4c9717ab98 (
plain)
1
2
3
4
5
6
7
8
|
[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
output-format=parseable
reports=yes
files-output=no
|