Merge pull request #2750 from demestav/patch-2

Update linters.rst
This commit is contained in:
Bruno Alla 2020-08-14 13:41:24 +01:00 committed by GitHub
commit 9b67d828f6
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>