flake8-markdown
Code linter
Checks Python code in Markdown files for errors and syntax issues
Lints Python code blocks in Markdown files using flake8
23 stars
3 watching
8 forks
Language: Python
last commit: 13 days ago
Linked from 1 awesome list
flake8hacktoberfestlintermarkdownpython
Related projects:
Repository | Description | Stars |
---|---|---|
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
tk0miya/flake8-coding | A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
jbkahn/flake8-debugger | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
mflova/flake8-numba | A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
michaelaquilina/flake8-spellcheck | Automates spellchecking of variable and function names in Python code to improve readability and prevent errors. | 72 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
peterjc/flake8-black | A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 165 |
flake8-docs/flake8-rst | Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
jdkandersson/flake8-docstrings-complete | A linter that checks the completeness and accuracy of docstrings in Python functions and methods. | 12 |
pycqa/flake8-bugbear | A tool to identify likely bugs and design problems in Python code | 1,066 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |