{"id":21324206,"url":"https://github.com/ar4s/flake8_tuple","last_synced_at":"2025-07-12T06:31:40.802Z","repository":{"id":36616330,"uuid":"40922525","full_name":"ar4s/flake8_tuple","owner":"ar4s","description":"Check code for one-element tuple.","archived":false,"fork":false,"pushed_at":"2021-10-17T16:46:40.000Z","size":56,"stargazers_count":23,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-14T14:57:54.672Z","etag":null,"topics":["flake8-plugin","hacktoberfest","hacktoberfest2021","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ar4s.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-17T19:28:09.000Z","updated_at":"2024-01-05T07:48:55.000Z","dependencies_parsed_at":"2022-08-03T03:30:47.138Z","dependency_job_id":null,"html_url":"https://github.com/ar4s/flake8_tuple","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ar4s%2Fflake8_tuple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ar4s%2Fflake8_tuple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ar4s%2Fflake8_tuple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ar4s%2Fflake8_tuple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ar4s","download_url":"https://codeload.github.com/ar4s/flake8_tuple/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225800494,"owners_count":17526236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flake8-plugin","hacktoberfest","hacktoberfest2021","python"],"created_at":"2024-11-21T20:32:22.934Z","updated_at":"2024-11-21T20:32:23.447Z","avatar_url":"https://github.com/ar4s.png","language":"Python","readme":"============\nflake8_tuple\n============\n\n.. image:: https://github.com/ar4s/flake8_tuple/actions/workflows/main.yml/badge.svg\n        :target: https://github.com/ar4s/flake8_tuple/actions/workflows/main.yml\n\n.. image:: https://img.shields.io/pypi/v/flake8_tuple.svg\n        :target: https://pypi.python.org/pypi/flake8_tuple\n\n\nA flake8_tuple plugin checks for (probably) unintended one element tuples like::\n\n    foo = 123,\n\nInstall\n--------\n\nInstall with ``pip``::\n\n    $ pip install flake8-tuple\n\nYou can check that ``flake8`` has picked it up by looking for ``flake8-tuple``\nin the output of ``--version``:\n\n.. code-block:: sh\n\n    $ flake8 --version\n    2.6.2 (pycodestyle: 2.0.0, flake8-tuple: 0.2.10, pyflakes: 1.2.3, mccabe: 0.5.0) CPython 2.7.11+ on Linux\n\n\n\nWarnings\n--------\n\nThis plugin add new flake8 warning:\n\n- ``T801``: one element tuple.\n\n\nRequirements\n-------------\n\n* Python 3.x (tested on 3.4, 3.5, 3.6 and 3.7)\n* flake8 or pycodestyle\n\n\nLicence\n-------\n\nBSD license","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Far4s%2Fflake8_tuple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Far4s%2Fflake8_tuple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Far4s%2Fflake8_tuple/lists"}