Skip to content

Commit eba37f6

Browse files
Remove unnecessary pass check
1 parent f6e8b06 commit eba37f6

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
@@ -152,7 +152,8 @@ disable=raw-checker-failed,
152152
useless-suppression,
153153
deprecated-pragma,
154154
use-symbolic-message-instead,
155-
invalid-name
155+
invalid-name,
156+
unnecessary-pass
156157

157158
# Enable the message, report, category or checker with the given id(s). You can
158159
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)