flake8-spellcheck
Spellchecker
Automates spellchecking of variable and function names in Python code to improve readability and prevent errors.
❄️ Spellcheck variables, classnames, comments, docstrings etc
72 stars
5 watching
28 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
linterpythonspellcheck
Related projects:
Repository | Description | Stars |
---|---|---|
best-doctor/flake8-variables-names | An extension for flake8 that enforces more readable variable names. | 55 |
johnfraney/flake8-markdown | A tool that checks Python code blocks in Markdown files for errors and syntax issues. | 23 |
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
tlocke/flake8-alphabetize | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
tekumara/typos-lsp | A source code spell checker for Visual Studio Code and LSP clients. | 267 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
gforcada/flake8-pep3101 | Checks Python string formatting against the latest standard | 14 |
rocioar/flake8-django | A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
snok/flake8-type-checking | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 113 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
mlshapiro/jupyterlab-flake8 | An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files | 111 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |