Skip to content

Commit

Permalink
python: Create issues for unused linters #35 #36 #34 (except flake8-b…
Browse files Browse the repository at this point in the history
…ugbear, which is a more opinionated)
  • Loading branch information
jpmckinney committed Apr 16, 2021
1 parent 492381c commit 466f613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ flake8's ``--max-complexity`` option (provided by `mccabe <https://pypi.org/proj
pip install pylint
pylint --max-line-length 119 directory
The `Python Code Quality Authority <https://github.com/PyCQA>`__ maintains ``flake8`` (which includes ``mccabe``, ``pycodestyle`` and ``pyflakes``), ``isort`` and ``pylint``. Its other tools, for your consideration, include `pydocstyle <http://pydocstyle.org/>`__ (docstrings), `doc8 <https://pypi.org/project/doc8/>`__ (RST files), `bandit <https://bandit.readthedocs.io/en/latest/>`__ (security issues) and `flake8-bugbear <https://pypi.org/project/flake8-bugbear/>`__ (additional checks).
The `Python Code Quality Authority <https://github.com/PyCQA>`__ maintains ``flake8`` (which includes ``mccabe``, ``pycodestyle`` and ``pyflakes``), ``isort`` and ``pylint``.

String formatting
-----------------
Expand Down

0 comments on commit 466f613

Please sign in to comment.