{"id":16937103,"url":"https://github.com/asherf/flake8-os-walk","last_synced_at":"2025-07-05T05:34:28.051Z","repository":{"id":57430011,"uuid":"240065986","full_name":"asherf/flake8-os-walk","owner":"asherf","description":"Checks for uses of os.walk() ","archived":false,"fork":false,"pushed_at":"2020-03-14T18:14:07.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T10:03:08.177Z","etag":null,"topics":["flake8","flake8-extensions","flake8-plugin","linter","python","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asherf.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-02-12T16:56:21.000Z","updated_at":"2020-06-04T05:12:12.000Z","dependencies_parsed_at":"2022-08-26T03:24:59.662Z","dependency_job_id":null,"html_url":"https://github.com/asherf/flake8-os-walk","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asherf%2Fflake8-os-walk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asherf%2Fflake8-os-walk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asherf%2Fflake8-os-walk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asherf%2Fflake8-os-walk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asherf","download_url":"https://codeload.github.com/asherf/flake8-os-walk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244739950,"owners_count":20501992,"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":["flake8","flake8-extensions","flake8-plugin","linter","python","python3"],"created_at":"2024-10-13T20:58:42.646Z","updated_at":"2025-03-21T05:16:50.282Z","avatar_url":"https://github.com/asherf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flake8-os-walk\n\nChecks for uses of os.walk() without passing the onerror param.\n\n## Why\n\nThe [os.walk()](https://docs.python.org/3/library/os.html#os.walk) function has a [major-gotcha](https://blog.toolchain.com/os-walk-has-a-major-gotcha/) which means it will silently fail (yield nothing) if the path passed to it is invalid (doesn't exits).\n\nAlso, this is an excuse for me to write my first flake8 plugin.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasherf%2Fflake8-os-walk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasherf%2Fflake8-os-walk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasherf%2Fflake8-os-walk/lists"}