Skip to content

Commit 3378ee5

Browse files
illuusiofelixdivo
andauthored
Neousys: Update Pylint disables that they are in more readable form
Co-authored-by: Felix Divo <[email protected]>
1 parent e5caac0 commit 3378ee5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

can/interfaces/neousys/neousys.py

+5-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010
# with Windows but you have to replace with correct named DLL
1111
#
1212

13-
# pylint: disable=R0903
14-
# pylint: disable=R0902
15-
# pylint: disable=C0413
16-
# pylint: disable=E0202
17-
# pylint: disable=W0611
18-
# pylint: disable=R1725
13+
# pylint: disable=too-few-public-methods
14+
# pylint: disable=too-many-instance-attributes
15+
# pylint: disable=wrong-import-position
16+
# pylint: disable=method-hidden
17+
# pylint: disable=unused-import
1918

2019
import warnings
2120
import queue

0 commit comments

Comments
 (0)