Update linters.rst

Related to #2744 issue.
This commit is contained in:
Demetris Stavrou 2020-08-14 15:09:36 +03:00 committed by GitHub
parent ab98cb3654
commit 89420f2932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ The config for flake8 is located in setup.cfg. It specifies:
pylint
------
This is included in flake8's checks, but you can also run it separately to see a more detailed report: ::
To run pylint: ::
$ pylint <python files that you wish to lint>