{"id":15647600,"url":"https://github.com/drdaeman/docker-flake8","last_synced_at":"2025-03-29T23:25:26.390Z","repository":{"id":139587117,"uuid":"99429390","full_name":"drdaeman/docker-flake8","owner":"drdaeman","description":"A Docker image with Python 3 and Flake8 preinstalled and pre-configured to my tastes.","archived":false,"fork":false,"pushed_at":"2017-08-11T17:11:36.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T00:46:34.893Z","etag":null,"topics":["docker-image","flake8","linting"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drdaeman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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}},"created_at":"2017-08-05T14:58:08.000Z","updated_at":"2018-07-24T14:28:55.000Z","dependencies_parsed_at":"2024-06-25T16:50:07.421Z","dependency_job_id":null,"html_url":"https://github.com/drdaeman/docker-flake8","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/drdaeman%2Fdocker-flake8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drdaeman%2Fdocker-flake8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drdaeman%2Fdocker-flake8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drdaeman%2Fdocker-flake8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drdaeman","download_url":"https://codeload.github.com/drdaeman/docker-flake8/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246258063,"owners_count":20748507,"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":["docker-image","flake8","linting"],"created_at":"2024-10-03T12:20:10.275Z","updated_at":"2025-03-29T23:25:26.367Z","avatar_url":"https://github.com/drdaeman.png","language":null,"readme":"Docker image for Python 3 and Flake8\n====================================\n\nThis image is meant to be used to quickly check if code is alright.\nMy use case is automated CI runs.\n\n[![Docker Build Status][badge]](https://hub.docker.com/r/drdaeman/flake8/)\n\nWhat's included\n---------------\n\n- Python 3.x (latest), as the image is based on `python:3-alpine`\n- Flake8 with the following plugins (latest versions, as available\n    on PyPI at image build time):\n  - flake8-comprehensions\n  - flake8-docstrings\n  - flake8-import-order\n  - flake8-mutable\n  - flake8-pep3101\n  - flake8-pyi\n  - flake8-quotes\n  - flake8-string-format\n  - pep8-naming\n- Image is configured to run as a non-privileged (non-root) user.\n- Some default flake8 settings that I prefer, like double quotes and\n  120-column margins. YMMV, override those in your own `.flake` file.\n\nUsage\n-----\n\nImage is pre-configured to have `flake8` as its entryppoint and\nstarts in `/project` (empty, bind-mount your code in there).\n\nSo, assuming your code is world-readable, to lint your files,\nall you have to run is:\n\n    docker -it --rm -v $(pwd):/project drdaeman/flake8\n\n\n[badge]: https://img.shields.io/docker/build/drdaeman/flake8.svg\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrdaeman%2Fdocker-flake8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrdaeman%2Fdocker-flake8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrdaeman%2Fdocker-flake8/lists"}