flake8-qt-tr
Translation checker
Detects incorrect QT translations in Python code
Flake8 extension for detecting incorrect QT translation
0 stars
1 watching
0 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
peterjc/flake8-rst-docstrings | Checks Python docstrings markup as reStructuredText (RST) for correctness | 56 |
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 |
snok/flake8-type-checking | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 113 |
simonstjg/flake8-jira-todo-checker | Automatically checks Python code for TODO comments with missing JIRA issue IDs | 7 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
xzise/flake8-future-import | Checks Python code for compatibility with future imports. | 18 |
vikingco/flake8-pytest | Checks Python test code against standard assert statement usage | 12 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
sco1/flake8-annotations | Detects missing type annotations in Python functions and methods | 156 |
asottile/flake8-typing-imports | Automatically checks Python typing module imports for compatibility with different Python versions. | 49 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
m-burst/flake8-pytest-style | A flake8 plugin checking style issues in pytest-based tests | 230 |