{"id":18565012,"url":"https://github.com/greenbone/autohooks-plugin-flake8","last_synced_at":"2025-07-15T05:33:34.433Z","repository":{"id":36975502,"uuid":"452659197","full_name":"greenbone/autohooks-plugin-flake8","owner":"greenbone","description":"Autohooks plugin for flake8","archived":false,"fork":false,"pushed_at":"2025-07-07T10:32:30.000Z","size":768,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-07-07T11:37:22.654Z","etag":null,"topics":["autohooks","autohooks-plugin","automation","base","devops","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greenbone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-27T11:40:42.000Z","updated_at":"2025-07-07T10:32:33.000Z","dependencies_parsed_at":"2023-12-18T07:28:25.049Z","dependency_job_id":"ef8a5e24-a3d8-4fa6-986a-ab4df055cf51","html_url":"https://github.com/greenbone/autohooks-plugin-flake8","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/greenbone/autohooks-plugin-flake8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fautohooks-plugin-flake8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fautohooks-plugin-flake8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fautohooks-plugin-flake8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fautohooks-plugin-flake8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greenbone","download_url":"https://codeload.github.com/greenbone/autohooks-plugin-flake8/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fautohooks-plugin-flake8/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265409512,"owners_count":23760285,"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":["autohooks","autohooks-plugin","automation","base","devops","python"],"created_at":"2024-11-06T22:17:25.209Z","updated_at":"2025-07-15T05:33:34.355Z","avatar_url":"https://github.com/greenbone.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Greenbone Logo](https://www.greenbone.net/wp-content/uploads/gb_new-logo_horizontal_rgb_small.png)\n\n# autohooks-plugin-flake8\n\n[![PyPI release](https://img.shields.io/pypi/v/autohooks-plugin-flake8.svg)](https://pypi.org/project/autohooks-plugin-flake8/)\n\nAn [autohooks](https://github.com/greenbone/autohooks) plugin for python code\nlinting via [flake8](https://github.com/PyCQA/flake8).\n\n## Installation\n\n### Install using pip\n\nYou can install the latest stable release of autohooks-plugin-flake8 from the\nPython Package Index using [pip](https://pip.pypa.io/):\n\n    python3 -m pip install autohooks-plugin-flake8\n\n### Install using poetry\n\nIt is highly encouraged to use [poetry](https://python-poetry.org) for\nmaintaining your project's dependencies. Normally autohooks-plugin-flake8 is\ninstalled as a development dependency.\n\n    poetry install\n\n## Usage\n\nTo activate the flake8 autohooks plugin please add the following setting to your\n*pyproject.toml* file.\n\n```toml\n[tool.autohooks]\npre-commit = [\"autohooks.plugins.flake8\"]\n```\n\nBy default, autohooks plugin flake8 checks all files with a *.py* ending. If\nonly files in a sub-directory or files with different endings should be\nformatted, just add the following setting:\n\n```toml\n[tool.autohooks]\npre-commit = [\"autohooks.plugins.flake8\"]\n\n[tool.autohooks.plugins.flake8]\ninclude = ['foo/*.py', '*.foo']\n```\n\nTo configure flake8 you can specify command-line options in the default flake8\nconfiguration file *.flake8* in the root directory of the git repository.\nTo learn more about flake8 configuration see the configuration file or\nthe flake8 documentation. You can specify your own configuration file using\n\n```\narguments = [\"--config=/path/to/flake8config\"]\n```\n\ninside the `[tool.autohooks.plugins.flake8]` section of your projects `pyproject.toml`.\n\nSee `flake8 --help` for more details.\n\n## Maintainer\n\nThis project is maintained by [Greenbone AG](https://www.greenbone.net/).\n\n## Contributing\n\nYour contributions are highly appreciated. Please\n[create a pull request](https://github.com/greenbone/autohooks-plugin-flake8/pulls)\non GitHub. Bigger changes need to be discussed with the development team via the\n[issues section at GitHub](https://github.com/greenbone/autohooks-plugin-flake8/issues)\nfirst.\n\n## License\n\nCopyright (C) 2019 - 2023 [Greenbone AG](https://www.greenbone.net/)\n\nLicensed under the [GNU General Public License v3.0 or later](LICENSE).\n\nSPDX-License-Identifier: GPL-3.0-or-later\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenbone%2Fautohooks-plugin-flake8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreenbone%2Fautohooks-plugin-flake8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenbone%2Fautohooks-plugin-flake8/lists"}