flake8-docstrings-complete
Docstring checker
A linter that checks the completeness and accuracy of docstrings in Python functions and methods.
12 stars
2 watching
3 forks
Language: Python
last commit: 14 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jsh9/pydoclint | A tool to check Python docstrings for consistency with function signatures or implementations. | 146 |
pycqa/flake8-docstrings | Tools to improve Python documentation quality and consistency | 154 |
peterjc/flake8-rst-docstrings | Checks Python docstrings markup as reStructuredText (RST) for correctness | 56 |
python-formate/flake8-sphinx-links | A tool to enforce link formatting in Python docstrings | 1 |
flake8-docs/flake8-rst | Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
johnfraney/flake8-markdown | A tool that checks Python code blocks in Markdown files for errors and syntax issues. | 23 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
michaelkim0407/flake8-use-fstring | A plugin that enforces the use of f-strings in Python code to improve style and readability | 51 |
rocioar/flake8-django | A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
jbkahn/flake8-debugger | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |