Skip to content

Commit e8aa4e7

Browse files
authored
Update linter instructions in development.rst (#1603)
1 parent 88a0dbf commit e8aa4e7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/development.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ The documentation can be built with::
5353

5454
The linters can be run with::
5555

56-
pip install -r requirements-lint.txt
57-
pylint --rcfile=.pylintrc-wip can/**.py
58-
black --check --verbose can
56+
pip install -e .[lint]
57+
black --check can
58+
mypy can
59+
ruff check can
60+
pylint --rcfile=.pylintrc can/**.py
5961

6062

6163
Creating a new interface/backend

0 commit comments

Comments
 (0)