We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff09694 commit 867adafCopy full SHA for 867adaf
.pylintrc
@@ -2,4 +2,5 @@
2
3
# Disable some distracting checks.
4
# See http://pylint.pycqa.org/en/latest/user_guide/message-control.html
5
-disable = too-few-public-methods,
+disable = R0801,
6
+ too-few-public-methods
0 commit comments