1 parent 4af4708 commit 3dbc92eCopy full SHA for 3dbc92e
1 file changed
.pylintrc
@@ -139,7 +139,18 @@ disable=print-statement,
139
deprecated-sys-function,
140
exception-escape,
141
comprehension-escape,
142
- abstract-class-instantiated # needed when instantiating can.Bus
+ abstract-class-instantiated, # needed when instantiating can.Bus
143
+ wrong-import-position,
144
+ wrong-import-order,
145
+ missing-module-docstring,
146
+ missing-class-docstring,
147
+ missing-function-docstring,
148
+ too-many-arguments,
149
+ invalid-name,
150
+ abstract-method,
151
+ too-few-public-methods,
152
+ no-else-raise
153
+
154
155
# Enable the message, report, category or checker with the given id(s). You can
156
# either give multiple identifier separated by comma (,) or put this option
0 commit comments