Skip to content

Commit

Permalink
Fix typo in pylint example, unmatched " Update README.rst
Browse files Browse the repository at this point in the history
Change: --lint="pylint --ignore='setup.py'"" to --lint="pylint --ignore='setup.py'" to be correct
  • Loading branch information
clintonsteiner authored and akaihola committed Feb 26, 2024
1 parent ec48f72 commit b933b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ command or a full command line to pass to a linter. Some examples:

- ``-L flake8``: enforce the Python style guide using Flake8_
- ``-L "mypy --strict"``: do static type checking using Mypy_
- ``--lint="pylint --ignore='setup.py'""``: analyze code using Pylint_
- ``--lint="pylint --ignore='setup.py'"``: analyze code using Pylint_
- ``-L cov_to_lint.py``: read ``.coverage`` and list non-covered modified lines

**Note:** Full command lines aren't fully tested on Windows. See issue `#456`_ for a
Expand Down

0 comments on commit b933b7c

Please sign in to comment.