File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2929 pip install .[all]
3030 pip install .[tests]
3131 pip install pylint ruff
32+ pip install --upgrade pylint
3233 - name : Ruff (lint)
3334 run : ruff check --output-format=github .
3435 - name : Ruff (format)
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ source-roots=
101101
102102# When enabled, pylint would attempt to guess common misconfiguration and emit
103103# user-friendly hints instead of false-positive error messages.
104- suggestion-mode =yes
104+ # suggestion-mode=yes
105105
106106# Allow loading of arbitrary C extensions. Extensions are imported into the
107107# active Python interpreter and may run arbitrary code.
Original file line number Diff line number Diff line change 1+ # pylint: disable=unrecognized-option
12.. _genericmotor :
23
4+
35GenericMotor Class Usage
46========================
57
You can’t perform that action at this time.
0 commit comments