{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/3"}],"enrichment":{"capability":"A flake8 plugin that detects unintended one-element tuples in Python code, flagging them with warning T801.","skillfed_tags":["linting","flake8-plugin"],"use_cases":["Catch accidental one-element tuple assignments in code review or CI pipelines using flake8.","Enforce consistent tuple syntax in Python codebases to prevent subtle bugs from trailing commas.","Add tuple-specific linting rules to an existing flake8 setup without installing additional tools.","Identify legacy code that may have unintended tuple assignments from typos or refactoring mistakes."],"what_it_does":"flake8-tuple is a linter plugin for flake8 that catches a specific Python syntax mistake: one-element tuples created by accident. In Python, writing `foo = 123,` creates a tuple instead of assigning a plain integer, and this plugin detects such cases and reports them as warning T801. It integrates directly into flake8's checking pipeline, so once installed, it runs automatically alongside other flake8 checks.\n\nThe plugin has no runtime dependencies beyond flake8 itself and installs as a pure Python wheel. It was last updated in December 2019 and is no longer actively maintained, though the repository remains public and unfixed issues may still exist in edge cases.","worth_installing":"Yes, if you are actively using flake8 and want to catch one-element tuple mistakes. The plugin is simple, has no dependencies, and the check it performs is narrow and useful. However, be aware that it is abandoned and may not work with very recent Python or flake8 versions\u2014test it in your environment first."},"id":"flake8-tuple","links":{"html":"https://skillfed.io/packages/flake8-tuple","md":"https://skillfed.io/packages/flake8-tuple.md","pypi":"https://pypi.org/project/flake8-tuple/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-12-05","license_spdx":null,"license_treatment":"permissive","name":"flake8-tuple","python_support":"unspecified","summary":"Check code for 1 element tuple."},"popularity":{"monthly_downloads":140521,"position":11270,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.1"}
