flake8-sphinx-links
Docstring checker
A tool to enforce link formatting in Python docstrings
A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation.
2 stars
1 watching
0 forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
documentationflake8pythonsphinx
Related projects:
Repository | Description | Stars |
---|---|---|
pycqa/flake8-docstrings | Tools to improve Python documentation quality and consistency | 155 |
jsh9/pydoclint | A tool to check Python docstrings for consistency with function signatures or implementations. | 159 |
jdkandersson/flake8-docstrings-complete | A linter that checks the completeness and accuracy of docstrings in Python functions and methods. | 12 |
peterjc/flake8-rst-docstrings | Checks Python docstrings markup as reStructuredText (RST) for correctness | 55 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
flake8-docs/flake8-rst | Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
gforcada/flake8-pep3101 | Checks Python string formatting against the latest standard | 14 |
xzise/flake8-string-format | A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
decafjoe/flake8-ownership | Ensures Python source files specify author, copyright, and license information | 5 |
michaelkim0407/flake8-use-fstring | A plugin that enforces the use of f-strings in Python code to improve style and readability | 51 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
pycqa/flake8-commas | Enforces trailing commas in Python code to avoid merge conflicts and improve readability. | 131 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |