{"id":21831121,"url":"https://github.com/python-formate/flake8-missing-annotations","last_synced_at":"2025-03-21T13:21:26.246Z","repository":{"id":38189982,"uuid":"498897498","full_name":"python-formate/flake8-missing-annotations","owner":"python-formate","description":"Experimental Flake8 plugin to identify missing or incomplete argument annotations.","archived":false,"fork":false,"pushed_at":"2025-02-05T10:12:15.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T11:24:03.120Z","etag":null,"topics":["annotations","flake8","pep484","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/python-formate.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["domdfcoding"]}},"created_at":"2022-06-01T21:02:23.000Z","updated_at":"2025-02-05T10:12:17.000Z","dependencies_parsed_at":"2024-03-18T15:12:34.542Z","dependency_job_id":"08641c74-f153-4aec-9dd0-7cc887fe09f4","html_url":"https://github.com/python-formate/flake8-missing-annotations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-formate%2Fflake8-missing-annotations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-formate%2Fflake8-missing-annotations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-formate%2Fflake8-missing-annotations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-formate%2Fflake8-missing-annotations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-formate","download_url":"https://codeload.github.com/python-formate/flake8-missing-annotations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244803385,"owners_count":20512900,"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":["annotations","flake8","pep484","python"],"created_at":"2024-11-27T19:08:38.600Z","updated_at":"2025-03-21T13:21:26.226Z","avatar_url":"https://github.com/python-formate.png","language":"Python","funding_links":["https://github.com/sponsors/domdfcoding"],"categories":[],"sub_categories":[],"readme":"===========================\nflake8-missing-annotations\n===========================\n\n.. start short_desc\n\n**Experimental Flake8 plugin to identify missing or incomplete argument annotations.**\n\n.. end short_desc\n\nThis plugin identifies functions like this, where one or more annotations is missing:\n\n.. code-block:: python\n\n\tdef foo(a, b, c: int):\n\t\tpass\n\n\nFor functions whose names start with ``test_``, it ignores common pytest fixtures which have no easy annotation\n(e.g. ``monkeypatch``, ``capsys``).\nIt also ignores missing return types for those functions, since the return type is almost always unimportant.\n\nSee `sco1/flake8-annotations \u003chttps://github.com/sco1/flake8-annotations\u003e`_\nfor a plugin with a broader scope than this one.\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Tests\n\t  - |actions_linux| |actions_windows| |actions_macos|\n\t* - Activity\n\t  - |commits-latest| |commits-since| |maintained|\n\t* - QA\n\t  - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t  - |license| |language| |requires|\n\n.. |actions_linux| image:: https://github.com/python-formate/flake8-missing-annotations/workflows/Linux/badge.svg\n\t:target: https://github.com/python-formate/flake8-missing-annotations/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/python-formate/flake8-missing-annotations/workflows/Windows/badge.svg\n\t:target: https://github.com/python-formate/flake8-missing-annotations/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/python-formate/flake8-missing-annotations/workflows/macOS/badge.svg\n\t:target: https://github.com/python-formate/flake8-missing-annotations/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/python-formate/flake8-missing-annotations/workflows/Flake8/badge.svg\n\t:target: https://github.com/python-formate/flake8-missing-annotations/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/python-formate/flake8-missing-annotations/workflows/mypy/badge.svg\n\t:target: https://github.com/python-formate/flake8-missing-annotations/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-formate/flake8-missing-annotations/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/python-formate/flake8-missing-annotations/\n\t:alt: Requirements Status\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-formate/flake8-missing-annotations?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/python-formate/flake8-missing-annotations\n\t:alt: CodeFactor Grade\n\n.. |license| image:: https://img.shields.io/github/license/python-formate/flake8-missing-annotations\n\t:target: https://github.com/python-formate/flake8-missing-annotations/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-missing-annotations\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-missing-annotations/v0.0.0\n\t:target: https://github.com/python-formate/flake8-missing-annotations/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-formate/flake8-missing-annotations\n\t:target: https://github.com/python-formate/flake8-missing-annotations/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2025\n\t:alt: Maintenance\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``flake8-missing-annotations`` can be installed from GitHub.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install git+https://github.com/python-formate/flake8-missing-annotations\n\n.. end installation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-formate%2Fflake8-missing-annotations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-formate%2Fflake8-missing-annotations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-formate%2Fflake8-missing-annotations/lists"}