{"id":20988861,"url":"https://github.com/meanmail-dev/flake8-super","last_synced_at":"2025-03-13T11:42:58.577Z","repository":{"id":50751465,"uuid":"286219737","full_name":"meanmail-dev/flake8-super","owner":"meanmail-dev","description":"Python 3 super() check for flake8","archived":false,"fork":false,"pushed_at":"2021-05-31T07:21:24.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T03:34:05.499Z","etag":null,"topics":["flake8","plugin","pypi","python","super"],"latest_commit_sha":null,"homepage":"https://meanmail.dev","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/meanmail-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","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-08-09T11:03:18.000Z","updated_at":"2021-09-02T21:18:34.000Z","dependencies_parsed_at":"2022-09-10T14:22:33.281Z","dependency_job_id":null,"html_url":"https://github.com/meanmail-dev/flake8-super","commit_stats":null,"previous_names":["meanmail/flake8-super"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meanmail-dev%2Fflake8-super","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meanmail-dev%2Fflake8-super/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meanmail-dev%2Fflake8-super/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meanmail-dev%2Fflake8-super/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meanmail-dev","download_url":"https://codeload.github.com/meanmail-dev/flake8-super/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243401480,"owners_count":20285051,"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","plugin","pypi","python","super"],"created_at":"2024-11-19T06:22:58.418Z","updated_at":"2025-03-13T11:42:58.506Z","avatar_url":"https://github.com/meanmail-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flake8-super\n[![Downloads](https://pepy.tech/badge/flake8-super/month)](https://pepy.tech/project/flake8-super)\n![PyPI](https://img.shields.io/pypi/v/flake8-super)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flake8-super)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/flake8-super)\n![PyPI - Implementation](https://img.shields.io/pypi/implementation/flake8-super)\n\nPython 3 super() check for flake8\n\n# Installation\n\n```bash\npip install flake8-super\n```\n\n# Configuration\n\nNo configuration required\n\n\n# Example\n\n```python3\n#  Error\nclass SomeClass:\n    def __init__(self):\n        super(SomeClass, self).__init__()  # SPR100 Use `super()` instead of `super(__class__, self)`\n\n\n# Good\nclass SomeClass:\n    def __init__(self):\n        super().__init__()\n\n```\n\n\n# Error codes\n\n|code|description|\n|---|---|\n|SPR100|Use `super()` instead of `super(__class__, self)`|\n\n\n# Links\n\nhttps://github.com/meanmail/flake8-super\n\nhttps://meanmail.dev/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeanmail-dev%2Fflake8-super","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeanmail-dev%2Fflake8-super","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeanmail-dev%2Fflake8-super/lists"}