Skip to content

Commit 8e03cbd

Browse files
committed
Update GenericMotor documentation and API loader usage
1 parent 142eaf8 commit 8e03cbd

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
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)

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

docs/user/motors/genericmotor.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
# pylint: disable=unrecognized-option
12
.. _genericmotor:
23

4+
35
GenericMotor Class Usage
46
========================
57

0 commit comments

Comments
 (0)