{"id":21013440,"url":"https://github.com/heavenshell/vim-flocke","last_synced_at":"2026-02-02T02:32:08.471Z","repository":{"id":136338613,"uuid":"239760721","full_name":"heavenshell/vim-flocke","owner":"heavenshell","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-29T08:42:21.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-01T16:02:31.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heavenshell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-02-11T12:50:12.000Z","updated_at":"2024-07-01T07:54:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"e118ad8b-b5ab-4cb0-a004-25bab647ff42","html_url":"https://github.com/heavenshell/vim-flocke","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heavenshell/vim-flocke","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-flocke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-flocke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-flocke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-flocke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heavenshell","download_url":"https://codeload.github.com/heavenshell/vim-flocke/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-flocke/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29001654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T01:32:03.847Z","status":"online","status_checked_at":"2026-02-02T02:00:07.448Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-19T09:42:28.592Z","updated_at":"2026-02-02T02:32:08.456Z","avatar_url":"https://github.com/heavenshell.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flocke\n\nFormat Python source code asynchronously with multiple formatters.\n\n## Settings\n\n### autopep8 + yapf + add-trailing-comma\n\n```vim\n  let g:flocke_formatters = [\n    \\ {'cmd': 'autopep8', 'args': '-', 'range': '--line-range %d %d'},\n    \\ {'cmd': 'yapf', 'args': '', 'range': '--lines %d-%d'},\n    \\ {'cmd': 'add-trailing-comma', 'args': '-'},\n    \\ ]\n```\n\n### black\n\n```vim\n  let g:flocke_formatters = [\n    \\ {'cmd': 'black', 'args': '--quiet -'},\n    \\ ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-flocke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheavenshell%2Fvim-flocke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-flocke/lists"}