Skip to content

Commit 867adaf

Browse files
author
Alan Christie
committed
build: Lint fix
1 parent ff09694 commit 867adaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
# Disable some distracting checks.
44
# See http://pylint.pycqa.org/en/latest/user_guide/message-control.html
5-
disable = too-few-public-methods,
5+
disable = R0801,
6+
too-few-public-methods

0 commit comments

Comments
 (0)