{"id":22509020,"url":"https://github.com/nanato12/pychecker","last_synced_at":"2026-05-20T05:38:17.053Z","repository":{"id":47153997,"uuid":"313973508","full_name":"nanato12/pychecker","owner":"nanato12","description":"GitHub Action for Python code check","archived":false,"fork":false,"pushed_at":"2021-09-11T00:44:17.000Z","size":33,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T05:00:39.975Z","etag":null,"topics":["github-action","github-actions-ci","python"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/pychecker","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nanato12.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}},"created_at":"2020-11-18T15:17:37.000Z","updated_at":"2021-09-11T00:21:37.000Z","dependencies_parsed_at":"2023-01-11T17:22:58.090Z","dependency_job_id":null,"html_url":"https://github.com/nanato12/pychecker","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"8434550156e76e362c28baff17c87225ed25264e"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nanato12/pychecker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Fpychecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Fpychecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Fpychecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Fpychecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanato12","download_url":"https://codeload.github.com/nanato12/pychecker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Fpychecker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268308869,"owners_count":24230145,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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":["github-action","github-actions-ci","python"],"created_at":"2024-12-07T01:26:41.593Z","updated_at":"2026-05-20T05:38:12.028Z","avatar_url":"https://github.com/nanato12.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pychecker\nGitHub Action for Python code check  \nPythonのコードチェック用のGitHub Action\n\n## check\n- black\n- flake8\n- mypy\n- isort\n\nこのActionでは上記4点が評価されます。\n\n## How to use\nWrite `.github/workflows/main.yml`.  \n使用するには`.github/workflows/main.yml`に追記してください。\n\n```yml\n- name: GitHub Action for Python code check\n  uses: nanato12/pychecker@master\n  with:\n      path: './'\n```\n\nRefer to this: [main.yml](.github/workflows/main.yml)  \nこちらを参考に: [main.yml](.github/workflows/main.yml)\n\n## Options [required]\nWrite the options for each check to `setup.cfg`.  \n各チェックのオプションは`setup.cfg`に記載してください。\n\n**If `setup.cfg` does not exist, each check will conflict.**  \n**もし、`setup.cfg` が存在しない場合、各チェックは競合し失敗します。**\n\nRecommended:  \nおすすめ:\n```conf\n[flake8]\nextend-ignore = E203, E501\nexclude = __init__.py\n\n[isort]\nmulti_line_output=3\ninclude_trailing_comma = True\nforce_grid_wrap = 0\nuse_parentheses = True\nensure_newline_before_comments = True\nline_length = 88\n\n[mypy]\ndisallow_untyped_calls = True\ndisallow_untyped_defs = True\n```\n\n## For myself :3\n```bash\ndocker build . -t pychecker\ndocker run --workdir /workspace -v $PWD:/workspace pychecker /workspace\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanato12%2Fpychecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanato12%2Fpychecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanato12%2Fpychecker/lists"}