flake8-qt-tr

Translation checker

Detects incorrect QT translations in Python code

Flake8 extension for detecting incorrect QT translation

GitHub

0 stars
1 watching
0 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
peterjc/flake8-rst-docstringsChecks Python docstrings markup as reStructuredText (RST) for correctness55
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
flake8-docs/flake8-rstTool to run flake8 checks on code snippets in docstrings or RST files.22
snok/flake8-type-checkingAnalyze and optimize type-checking imports in Python code to improve maintainability and runtime performance.115
simonstjg/flake8-jira-todo-checkerAutomatically checks Python code for TODO comments with missing JIRA issue IDs7
and-semakin/flake8-pytestrailAnalyze Python code for missing or incorrectly formatted test identifiers for a testing framework.10
xzise/flake8-future-importChecks Python code for compatibility with future imports.18
vikingco/flake8-pytestChecks Python test code against standard assert statement usage12
orsinium-labs/flake8-codesTools to inspect error codes in Python code for linting and quality assurance14
sco1/flake8-annotationsDetects missing type annotations in Python functions and methods156
asottile/flake8-typing-importsAutomatically checks Python typing module imports for compatibility with different Python versions.48
flake8-implicit-str-concat/flake8-implicit-str-concatA Flake8 plugin that checks for correct string literal concatenation in Python code.31
orsinium-labs/flake8-commentsAnalyze redundant comments in Python code to reduce information redundancy and improve code quality.9
orsinium-labs/flake8-pylintAn extension for flake8 that integrates PyLint to check Python code quality and detect potential errors.8
m-burst/flake8-pytest-styleA flake8 plugin checking style issues in pytest-based tests229