{"id":34020785,"url":"https://github.com/mrswats/flake8-nested-fstrings","last_synced_at":"2025-12-13T15:22:23.761Z","repository":{"id":199980115,"uuid":"699504546","full_name":"mrswats/flake8-nested-fstrings","owner":"mrswats","description":"A flake8 plugin which forbids nested fstrings.","archived":false,"fork":false,"pushed_at":"2025-11-22T19:26:46.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-22T21:13:26.701Z","etag":null,"topics":["flake8","flake8-plugin","python"],"latest_commit_sha":null,"homepage":"","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/mrswats.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-02T19:06:23.000Z","updated_at":"2025-11-22T19:26:50.000Z","dependencies_parsed_at":"2023-11-13T21:28:19.502Z","dependency_job_id":"6a62a515-8216-4719-a7fa-bdb6e303bebb","html_url":"https://github.com/mrswats/flake8-nested-fstrings","commit_stats":null,"previous_names":["mrswats/flake8-nested-fstrings"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mrswats/flake8-nested-fstrings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrswats%2Fflake8-nested-fstrings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrswats%2Fflake8-nested-fstrings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrswats%2Fflake8-nested-fstrings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrswats%2Fflake8-nested-fstrings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrswats","download_url":"https://codeload.github.com/mrswats/flake8-nested-fstrings/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrswats%2Fflake8-nested-fstrings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27707917,"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-12-13T02:00:09.769Z","response_time":147,"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":["flake8","flake8-plugin","python"],"created_at":"2025-12-13T15:22:19.261Z","updated_at":"2025-12-13T15:22:23.753Z","avatar_url":"https://github.com/mrswats.png","language":"Python","readme":"[![build status](https://github.com/mrswats/flake8-nested-fstrings/actions/workflows/main.yml/badge.svg)](https://github.com/mrswats/flake8-nested-fstrings/actions/workflows/main.yml)\n\n# flake8-nested-fstrings\n\nflake8 plugin which forbids nesting f-strings inside other f-strings.\n\n:warning: Python 3.12+\n\n## Installation\n\n```\npip install flake8-nested-fstrings\n```\n\n## Rationale\n\nQuoting the zen of python:\n\n```\nFlat is better than nested.\n\n```\n\n## Codes\n\n| Code   | Description            |\n| ------ | ---------------------- |\n| NFS001 | do not nest f-strings. |\n\n## as a pre-commit hook\n\nSee [pre-commit](https://github.com/pre-commit/pre-commit) for instructions\n\nSample `.pre-commit-config.yaml`:\n\n```yaml\n- repo: https://github.com/pycqa/flake8\n  rev: 3.8.4\n  hooks:\n    - id: flake8\n      additional_dependencies: [flake8-nested-fstrings==1.1.0]\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrswats%2Fflake8-nested-fstrings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrswats%2Fflake8-nested-fstrings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrswats%2Fflake8-nested-fstrings/lists"}