{"id":17328270,"url":"https://github.com/whtsky/pre-commit-beancount-format","last_synced_at":"2025-04-14T17:31:16.836Z","repository":{"id":43336683,"uuid":"362127339","full_name":"whtsky/pre-commit-beancount-format","owner":"whtsky","description":"Format beancount files using bean-format","archived":false,"fork":false,"pushed_at":"2024-10-14T22:44:11.000Z","size":26,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-01T05:24:08.742Z","etag":null,"topics":["beancount","pre-commit","pre-commit-hook"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whtsky.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-27T13:44:02.000Z","updated_at":"2024-10-25T15:17:31.000Z","dependencies_parsed_at":"2023-10-03T17:33:11.974Z","dependency_job_id":"23ecca5b-34a1-4891-847c-50991d43ec3e","html_url":"https://github.com/whtsky/pre-commit-beancount-format","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whtsky%2Fpre-commit-beancount-format","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whtsky%2Fpre-commit-beancount-format/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whtsky%2Fpre-commit-beancount-format/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whtsky%2Fpre-commit-beancount-format/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whtsky","download_url":"https://codeload.github.com/whtsky/pre-commit-beancount-format/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223639403,"owners_count":17177816,"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":["beancount","pre-commit","pre-commit-hook"],"created_at":"2024-10-15T14:23:17.603Z","updated_at":"2024-11-08T06:04:02.733Z","avatar_url":"https://github.com/whtsky.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pre-commit-beancount-format\n\nFormat `.beancount` files using [bean-format](https://beancount.github.io/docs/running_beancount_and_generating_reports.html#bean-format)\n\n## Usage\n\nAdd this to your `.pre-commit-config.yaml`:\n\n```yaml\n- repo: https://github.com/whtsky/pre-commit-beancount-format\n  rev: \"2.3.4\" # Use the sha / tag you want to point at\n  hooks:\n    - id: beancount-format\n```\n\nOr, if you use `.bean` as your beancount files' extensions rather than `.beancount`:\n\n```yaml\n- repo: https://github.com/whtsky/pre-commit-beancount-format\n  rev: \"2.3.4\" # Use the sha / tag you want to point at\n  hooks:\n    - id: beancount-format\n      files: \\.bean$\n```\n\nTo use custom arguments:\n\n```yaml\n- repo: https://github.com/whtsky/pre-commit-beancount-format\n  rev: \"2.3.4\" # Use the sha / tag you want to point at\n  hooks:\n    - id: beancount-format\n      args: [\"--currency-column=60\"]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhtsky%2Fpre-commit-beancount-format","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhtsky%2Fpre-commit-beancount-format","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhtsky%2Fpre-commit-beancount-format/lists"}