{"id":369996,"url":"https://github.com/m-burst/flake8-pytest-style","last_synced_at":"2026-08-25T12:30:55.108Z","repository":{"id":38315415,"uuid":"187920593","full_name":"m-burst/flake8-pytest-style","owner":"m-burst","description":"A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.","archived":false,"fork":false,"pushed_at":"2026-08-19T02:03:33.000Z","size":1161,"stargazers_count":240,"open_issues_count":35,"forks_count":19,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-08-20T10:11:17.725Z","etag":null,"topics":["flake8","flake8-extensions","flake8-plugin","flake8-plugins","pytest","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/m-burst.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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2019-05-21T22:10:45.000Z","updated_at":"2026-08-13T11:51:24.000Z","dependencies_parsed_at":"2026-08-20T10:07:44.175Z","dependency_job_id":"42e74708-3b0a-4a9f-aa40-761a54448b2a","html_url":"https://github.com/m-burst/flake8-pytest-style","commit_stats":{"total_commits":234,"total_committers":12,"mean_commits":19.5,"dds":0.5470085470085471,"last_synced_commit":"3d042b6d097a052aac4a16cff2960782946efff9"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/m-burst/flake8-pytest-style","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-burst","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/sbom","scorecard":{"id":607885,"data":{"date":"2025-08-11","repo":{"name":"github.com/m-burst/flake8-pytest-style","commit":"2fb6d2347a465d7a568b954e7ce38a745ad2fee9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/8 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:47","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T02:00:05.419Z","repository_id":38315415,"created_at":"2025-08-21T02:00:05.420Z","updated_at":"2025-08-21T02:00:05.420Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36793891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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"}},"owner":{"login":"m-burst","name":"Mikhail Burshteyn","uuid":"3243475","kind":"user","description":"Back-end developer at @joomcode, previously at @TinkoffCreditSystems and @appintheair","email":"","website":null,"location":"Tbilisi, Georgia","twitter":null,"company":"Joompay","icon_url":"https://avatars.githubusercontent.com/u/3243475?u=0fce8552a0c80fa5090689e2f951d1f455cdadf7\u0026v=4","repositories_count":3,"last_synced_at":"2023-03-06T18:03:35.607Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/m-burst","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-16T19:40:59.810Z","updated_at":"2023-03-06T18:03:35.936Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-burst","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-burst/repositories"},"packages":[{"id":5297162,"name":"flake8-pytest-style","ecosystem":"conda","description":null,"homepage":"https://github.com/m-burst/flake8-pytest-style","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/m-burst/flake8-pytest-style","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2021-11-07T07:01:53.000Z","latest_release_published_at":"2021-12-23T02:12:50.000Z","latest_release_number":"1.6.0","last_synced_at":"2026-04-10T18:04:15.032Z","created_at":"2022-10-03T16:01:51.802Z","updated_at":"2026-08-22T08:38:22.265Z","registry_url":"https://anaconda.org/conda-forge/flake8-pytest-style","install_command":"conda install -c conda-forge flake8-pytest-style","documentation_url":null,"metadata":{},"repo_metadata":{"id":38315415,"uuid":"187920593","full_name":"m-burst/flake8-pytest-style","owner":"m-burst","description":"A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.","archived":false,"fork":false,"pushed_at":"2026-08-19T02:03:33.000Z","size":1161,"stargazers_count":240,"open_issues_count":35,"forks_count":19,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-08-20T10:11:17.725Z","etag":null,"topics":["flake8","flake8-extensions","flake8-plugin","flake8-plugins","pytest","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/m-burst.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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2019-05-21T22:10:45.000Z","updated_at":"2026-08-13T11:51:24.000Z","dependencies_parsed_at":"2026-08-20T10:07:44.175Z","dependency_job_id":"42e74708-3b0a-4a9f-aa40-761a54448b2a","html_url":"https://github.com/m-burst/flake8-pytest-style","commit_stats":{"total_commits":234,"total_committers":12,"mean_commits":19.5,"dds":0.5470085470085471,"last_synced_commit":"3d042b6d097a052aac4a16cff2960782946efff9"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/m-burst/flake8-pytest-style","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-burst","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/sbom","scorecard":{"id":607885,"data":{"date":"2025-08-11","repo":{"name":"github.com/m-burst/flake8-pytest-style","commit":"2fb6d2347a465d7a568b954e7ce38a745ad2fee9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/8 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:47","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T02:00:05.419Z","repository_id":38315415,"created_at":"2025-08-21T02:00:05.420Z","updated_at":"2025-08-21T02:00:05.420Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36793891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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"},"owner_record":{"login":"m-burst","name":"Mikhail Burshteyn","uuid":"3243475","kind":"user","description":"Back-end developer at @joomcode, previously at @TinkoffCreditSystems and @appintheair","email":"","website":null,"location":"Tbilisi, Georgia","twitter":null,"company":"Joompay","icon_url":"https://avatars.githubusercontent.com/u/3243475?u=0fce8552a0c80fa5090689e2f951d1f455cdadf7\u0026v=4","repositories_count":3,"last_synced_at":"2023-03-06T18:03:35.607Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/m-burst","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-16T19:40:59.810Z","updated_at":"2023-03-06T18:03:35.936Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-burst","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-burst/repositories"},"tags":[{"name":"v2.2.0","sha":"3c0d72ad523966587bd925c5f74f02a91af46719","kind":"tag","published_at":"2025-10-20T07:43:14.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v2.2.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"2c53993e5c5cfc1f4d5e16f30a8e700532cd6f5b","kind":"tag","published_at":"2025-01-10T15:57:10.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v2.1.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"2d351f8b57bfc7e9ef1b9854be70304c705efd4b","kind":"tag","published_at":"2024-04-01T17:09:22.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v2.0.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.0.0/manifests"},{"name":"v1.7.2","sha":"01a4c8eaf64292363bcbae4c93bfdd6722a494ff","kind":"tag","published_at":"2023-02-15T07:38:24.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.7.2","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"3b4759695366a88ab4320c47b10fd06c4ffb98d9","kind":"tag","published_at":"2023-02-14T21:36:56.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.7.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"53526a68a7bbc7c2585cf3de80e5f6a7e9c2fbe3","kind":"tag","published_at":"2023-02-09T21:13:27.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.7.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"839da70ba58e050d4fa9825a5dca409c4a7e9d00","kind":"tag","published_at":"2021-12-22T21:17:37.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.6.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.6.0/manifests"},{"name":"v1.5.1","sha":"0f028046591c9bc5d1760d8690311d0a23ec0538","kind":"tag","published_at":"2021-11-05T11:17:54.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.5.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"a7a63618a3bec10f96e441701361bb1913c5f4df","kind":"tag","published_at":"2021-06-18T08:28:25.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.5.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.5.0/manifests"},{"name":"v1.4.4","sha":"7ef29dfe8b1c90228bbb521ca63dc91586f27d69","kind":"tag","published_at":"2021-06-17T08:09:53.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.4","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"7eb2d1b1a56a04c13b1db6c765e7b03425a8cd7c","kind":"tag","published_at":"2021-06-16T21:04:19.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.3","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6becf8b223964dfd73e352f264387be8c14b1b6b","kind":"commit","published_at":"2021-05-23T22:04:41.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.2","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"47a155f48f7ad840946e71a338f530d861a11021","kind":"tag","published_at":"2021-04-01T20:23:17.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"362fc8c14eb88ff224d564f56d1620c276acbd1b","kind":"tag","published_at":"2021-03-13T22:59:31.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"89357b5fb2be463102cdafbf2cf07e291213681f","kind":"tag","published_at":"2020-08-30T16:09:09.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.3.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.3.0/manifests"},{"name":"v1.2.3","sha":"feac53e5c5211875af53ec7691b8d871a1a784ab","kind":"tag","published_at":"2020-08-06T09:30:57.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.2.3","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"a51b363b81d20e4af710cd8e6387cfdee7a52e9a","kind":"tag","published_at":"2020-07-23T20:43:58.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.2.2","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5c90a96f1578294073ecea8d6ee8747b993d1532","kind":"tag","published_at":"2020-06-15T12:22:49.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.2.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"b88cf6856bb8deefeafd1ba1b0b0cc412be05d11","kind":"commit","published_at":"2020-06-12T10:50:22.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.2.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"f1a97de740939903e06e36ac45a2edf86384c4d1","kind":"commit","published_at":"2020-04-17T17:57:25.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.1.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"f85d0a52f8017c5ce61d4a93c79d4cf891401d72","kind":"commit","published_at":"2020-04-14T20:41:20.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.1.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"272abaaab8345830f03270809dc6552f960b0407","kind":"commit","published_at":"2020-03-26T20:58:28.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.0.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.0.0/manifests"},{"name":"v0.6.0","sha":"6d70d5e4ae66bb8e0e45247ea0deefeab49cf178","kind":"commit","published_at":"2020-03-21T15:44:17.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.6.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"d722d897de374ce2b733ac8fca5bab2590fd4622","kind":"commit","published_at":"2020-03-09T11:40:07.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.5.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"edef7e986999bfceeba8b9ef50ce0e8005880f22","kind":"commit","published_at":"2020-03-09T07:58:23.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.4.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"db531672d1c9a8e52aab9526f4a53aa54df3eae4","kind":"commit","published_at":"2020-03-08T23:07:26.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.3.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"08ef6a096fe44adaf6e3d6ee4996465ac974d3f6","kind":"commit","published_at":"2020-03-08T21:50:53.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.3.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"78739f1ff9cc0397c5409a05c74d9fb0652c713d","kind":"tag","published_at":"2020-03-01T14:14:49.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.2.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"67e14711cc051a42b9909e8d8541816f65364fa9","kind":"commit","published_at":"2019-05-24T19:09:06.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.1.3","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"84a78e960969d2bdccae6ba042c03b77a223e8fc","kind":"commit","published_at":"2019-05-23T13:47:12.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.1.2","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"471aac0e5e065d449de8015bd97f4b58c57ed96a","kind":"commit","published_at":"2019-05-23T13:08:32.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.1.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"5ca476f506b171bf8a3eb65cfb87c428e5ba3631","kind":"commit","published_at":"2019-05-23T13:01:33.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.1.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-22T08:38:22.265Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.257697489894706,"dependent_packages_count":51.56444932381855,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":37.91107340685663},"purl":"pkg:conda/flake8-pytest-style?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/flake8-pytest-style","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/flake8-pytest-style","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/flake8-pytest-style/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T10:36:10.124Z","issues_count":41,"pull_requests_count":258,"avg_time_to_close_issue":1110753.8823529412,"avg_time_to_close_pull_request":1092474.5924369749,"issues_closed_count":17,"pull_requests_closed_count":238,"pull_request_authors_count":10,"issue_authors_count":30,"avg_comments_per_issue":1.4634146341463414,"avg_comments_per_pull_request":0.6666666666666666,"merged_pull_requests_count":183,"bot_issues_count":2,"bot_pull_requests_count":226,"past_year_issues_count":2,"past_year_pull_requests_count":36,"past_year_avg_time_to_close_issue":1475287.0,"past_year_avg_time_to_close_pull_request":444332.0967741936,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.0,"past_year_avg_comments_per_pull_request":0.1388888888888889,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":35,"past_year_merged_pull_requests_count":28,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/issues","maintainers":[{"login":"m-burst","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-burst"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/flake8-pytest-style/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/flake8-pytest-style/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/flake8-pytest-style/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/flake8-pytest-style/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/flake8-pytest-style/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/flake8-pytest-style/codemeta","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13549,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2348},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-23T05:06:09.364Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}},{"id":2735152,"name":"flake8-pytest-style","ecosystem":"pypi","description":"A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.","homepage":"https://pypi.org/project/flake8-pytest-style","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/m-burst/flake8-pytest-style","keywords_array":["flake8","pytest"],"namespace":null,"versions_count":32,"first_release_published_at":"2019-05-23T13:04:54.000Z","latest_release_published_at":"2025-10-20T07:52:23.000Z","latest_release_number":"2.2.0","last_synced_at":"2026-08-24T12:07:02.313Z","created_at":"2022-04-10T11:00:40.092Z","updated_at":"2026-08-24T16:53:49.117Z","registry_url":"https://pypi.org/project/flake8-pytest-style/","install_command":"pip install flake8-pytest-style --index-url https://pypi.org/simple","documentation_url":"https://flake8-pytest-style.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Environment :: Console","Environment :: Plugins","Framework :: Flake8","Framework :: Pytest","Intended Audience :: Developers","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Topic :: Software Development :: Quality Assurance","Topic :: Software Development :: Testing","Topic :: Software Development :: Testing :: Unit"],"normalized_name":"flake8-pytest-style","project_status":null},"repo_metadata":{"id":38315415,"uuid":"187920593","full_name":"m-burst/flake8-pytest-style","owner":"m-burst","description":"A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.","archived":false,"fork":false,"pushed_at":"2026-08-19T02:03:33.000Z","size":1161,"stargazers_count":240,"open_issues_count":35,"forks_count":19,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-08-20T10:11:17.725Z","etag":null,"topics":["flake8","flake8-extensions","flake8-plugin","flake8-plugins","pytest","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/m-burst.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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2019-05-21T22:10:45.000Z","updated_at":"2026-08-13T11:51:24.000Z","dependencies_parsed_at":"2026-08-20T10:07:44.175Z","dependency_job_id":"42e74708-3b0a-4a9f-aa40-761a54448b2a","html_url":"https://github.com/m-burst/flake8-pytest-style","commit_stats":{"total_commits":234,"total_committers":12,"mean_commits":19.5,"dds":0.5470085470085471,"last_synced_commit":"3d042b6d097a052aac4a16cff2960782946efff9"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/m-burst/flake8-pytest-style","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-burst","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/sbom","scorecard":{"id":607885,"data":{"date":"2025-08-11","repo":{"name":"github.com/m-burst/flake8-pytest-style","commit":"2fb6d2347a465d7a568b954e7ce38a745ad2fee9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/8 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:47","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T02:00:05.419Z","repository_id":38315415,"created_at":"2025-08-21T02:00:05.420Z","updated_at":"2025-08-21T02:00:05.420Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36793891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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"},"owner_record":{"login":"m-burst","name":"Mikhail Burshteyn","uuid":"3243475","kind":"user","description":"Back-end developer at @joomcode, previously at @TinkoffCreditSystems and @appintheair","email":"","website":null,"location":"Tbilisi, Georgia","twitter":null,"company":"Joompay","icon_url":"https://avatars.githubusercontent.com/u/3243475?u=0fce8552a0c80fa5090689e2f951d1f455cdadf7\u0026v=4","repositories_count":3,"last_synced_at":"2023-03-06T18:03:35.607Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/m-burst","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-16T19:40:59.810Z","updated_at":"2023-03-06T18:03:35.936Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-burst","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-burst/repositories"},"tags":[{"name":"v2.2.0","sha":"3c0d72ad523966587bd925c5f74f02a91af46719","kind":"tag","published_at":"2025-10-20T07:43:14.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v2.2.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"2c53993e5c5cfc1f4d5e16f30a8e700532cd6f5b","kind":"tag","published_at":"2025-01-10T15:57:10.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v2.1.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"2d351f8b57bfc7e9ef1b9854be70304c705efd4b","kind":"tag","published_at":"2024-04-01T17:09:22.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v2.0.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.0.0/manifests"},{"name":"v1.7.2","sha":"01a4c8eaf64292363bcbae4c93bfdd6722a494ff","kind":"tag","published_at":"2023-02-15T07:38:24.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.7.2","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"3b4759695366a88ab4320c47b10fd06c4ffb98d9","kind":"tag","published_at":"2023-02-14T21:36:56.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.7.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"53526a68a7bbc7c2585cf3de80e5f6a7e9c2fbe3","kind":"tag","published_at":"2023-02-09T21:13:27.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.7.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"839da70ba58e050d4fa9825a5dca409c4a7e9d00","kind":"tag","published_at":"2021-12-22T21:17:37.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.6.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.6.0/manifests"},{"name":"v1.5.1","sha":"0f028046591c9bc5d1760d8690311d0a23ec0538","kind":"tag","published_at":"2021-11-05T11:17:54.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.5.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"a7a63618a3bec10f96e441701361bb1913c5f4df","kind":"tag","published_at":"2021-06-18T08:28:25.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.5.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.5.0/manifests"},{"name":"v1.4.4","sha":"7ef29dfe8b1c90228bbb521ca63dc91586f27d69","kind":"tag","published_at":"2021-06-17T08:09:53.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.4","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"7eb2d1b1a56a04c13b1db6c765e7b03425a8cd7c","kind":"tag","published_at":"2021-06-16T21:04:19.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.3","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6becf8b223964dfd73e352f264387be8c14b1b6b","kind":"commit","published_at":"2021-05-23T22:04:41.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.2","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"47a155f48f7ad840946e71a338f530d861a11021","kind":"tag","published_at":"2021-04-01T20:23:17.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"362fc8c14eb88ff224d564f56d1620c276acbd1b","kind":"tag","published_at":"2021-03-13T22:59:31.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"89357b5fb2be463102cdafbf2cf07e291213681f","kind":"tag","published_at":"2020-08-30T16:09:09.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.3.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.3.0/manifests"},{"name":"v1.2.3","sha":"feac53e5c5211875af53ec7691b8d871a1a784ab","kind":"tag","published_at":"2020-08-06T09:30:57.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.2.3","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"a51b363b81d20e4af710cd8e6387cfdee7a52e9a","kind":"tag","published_at":"2020-07-23T20:43:58.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.2.2","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5c90a96f1578294073ecea8d6ee8747b993d1532","kind":"tag","published_at":"2020-06-15T12:22:49.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.2.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"b88cf6856bb8deefeafd1ba1b0b0cc412be05d11","kind":"commit","published_at":"2020-06-12T10:50:22.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.2.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"f1a97de740939903e06e36ac45a2edf86384c4d1","kind":"commit","published_at":"2020-04-17T17:57:25.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.1.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"f85d0a52f8017c5ce61d4a93c79d4cf891401d72","kind":"commit","published_at":"2020-04-14T20:41:20.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.1.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"272abaaab8345830f03270809dc6552f960b0407","kind":"commit","published_at":"2020-03-26T20:58:28.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.0.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.0.0/manifests"},{"name":"v0.6.0","sha":"6d70d5e4ae66bb8e0e45247ea0deefeab49cf178","kind":"commit","published_at":"2020-03-21T15:44:17.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.6.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"d722d897de374ce2b733ac8fca5bab2590fd4622","kind":"commit","published_at":"2020-03-09T11:40:07.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.5.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"edef7e986999bfceeba8b9ef50ce0e8005880f22","kind":"commit","published_at":"2020-03-09T07:58:23.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.4.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"db531672d1c9a8e52aab9526f4a53aa54df3eae4","kind":"commit","published_at":"2020-03-08T23:07:26.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.3.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"08ef6a096fe44adaf6e3d6ee4996465ac974d3f6","kind":"commit","published_at":"2020-03-08T21:50:53.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.3.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"78739f1ff9cc0397c5409a05c74d9fb0652c713d","kind":"tag","published_at":"2020-03-01T14:14:49.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.2.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"67e14711cc051a42b9909e8d8541816f65364fa9","kind":"commit","published_at":"2019-05-24T19:09:06.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.1.3","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"84a78e960969d2bdccae6ba042c03b77a223e8fc","kind":"commit","published_at":"2019-05-23T13:47:12.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.1.2","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"471aac0e5e065d449de8015bd97f4b58c57ed96a","kind":"commit","published_at":"2019-05-23T13:08:32.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.1.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"5ca476f506b171bf8a3eb65cfb87c428e5ba3631","kind":"commit","published_at":"2019-05-23T13:01:33.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.1.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-24T16:53:49.117Z","dependent_packages_count":62,"downloads":169123,"downloads_period":"last-month","dependent_repos_count":1138,"rankings":{"downloads":0.7535191988498111,"dependent_repos_count":0.339428236677011,"dependent_packages_count":0.27396525944376054,"stargazers_count":4.82167167368415,"forks_count":9.56810631229236,"docker_downloads_count":2.006895772749637,"average":2.960597742282788},"purl":"pkg:pypi/flake8-pytest-style","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/flake8-pytest-style","docker_dependents_count":92,"docker_downloads_count":278256,"usage_url":"https://repos.ecosyste.ms/usage/pypi/flake8-pytest-style","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/flake8-pytest-style/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T12:05:40.146Z","issues_count":41,"pull_requests_count":258,"avg_time_to_close_issue":1110753.8823529412,"avg_time_to_close_pull_request":1092474.5924369749,"issues_closed_count":17,"pull_requests_closed_count":238,"pull_request_authors_count":10,"issue_authors_count":30,"avg_comments_per_issue":1.4634146341463414,"avg_comments_per_pull_request":0.6666666666666666,"merged_pull_requests_count":183,"bot_issues_count":2,"bot_pull_requests_count":226,"past_year_issues_count":2,"past_year_pull_requests_count":36,"past_year_avg_time_to_close_issue":1475287.0,"past_year_avg_time_to_close_pull_request":444332.0967741936,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.0,"past_year_avg_comments_per_pull_request":0.1388888888888889,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":35,"past_year_merged_pull_requests_count":28,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/issues","maintainers":[{"login":"m-burst","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-burst"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flake8-pytest-style/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flake8-pytest-style/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flake8-pytest-style/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flake8-pytest-style/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flake8-pytest-style/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flake8-pytest-style/codemeta","maintainers":[{"uuid":"m.burst","login":"m.burst","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/m.burst/","role":null,"created_at":"2023-02-15T09:15:45.132Z","updated_at":"2023-02-15T09:15:45.132Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/m.burst/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":930538,"maintainers_count":399711,"namespaces_count":0,"keywords_count":311773,"github":"pypi","metadata":{"funded_packages_count":58574,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-24T05:05:47.334Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":11704496,"name":"github.com/m-burst/flake8-pytest-style","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/m-burst/flake8-pytest-style","keywords_array":[],"namespace":null,"versions_count":32,"first_release_published_at":"2019-05-23T13:01:33.000Z","latest_release_published_at":"2025-10-20T07:43:14.000Z","latest_release_number":"v2.2.0+incompatible","last_synced_at":"2026-08-24T13:03:50.091Z","created_at":"2025-05-29T09:50:36.085Z","updated_at":"2026-08-24T13:03:50.092Z","registry_url":"https://pkg.go.dev/github.com/m-burst/flake8-pytest-style","install_command":"go get github.com/m-burst/flake8-pytest-style","documentation_url":"https://pkg.go.dev/github.com/m-burst/flake8-pytest-style#section-documentation","metadata":{},"repo_metadata":{"id":38315415,"uuid":"187920593","full_name":"m-burst/flake8-pytest-style","owner":"m-burst","description":"A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.","archived":false,"fork":false,"pushed_at":"2026-07-14T10:06:12.000Z","size":1056,"stargazers_count":240,"open_issues_count":34,"forks_count":19,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-14T12:11:41.898Z","etag":null,"topics":["flake8","flake8-extensions","flake8-plugin","flake8-plugins","pytest","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/m-burst.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":"2019-05-21T22:10:45.000Z","updated_at":"2026-07-14T10:06:15.000Z","dependencies_parsed_at":"2026-03-23T07:00:48.093Z","dependency_job_id":"f15c139e-fc54-4d27-a54c-361411151647","html_url":"https://github.com/m-burst/flake8-pytest-style","commit_stats":{"total_commits":234,"total_committers":12,"mean_commits":19.5,"dds":0.5470085470085471,"last_synced_commit":"3d042b6d097a052aac4a16cff2960782946efff9"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/m-burst/flake8-pytest-style","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-burst","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/sbom","scorecard":{"id":607885,"data":{"date":"2025-08-11","repo":{"name":"github.com/m-burst/flake8-pytest-style","commit":"2fb6d2347a465d7a568b954e7ce38a745ad2fee9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/8 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/m-burst/flake8-pytest-style/release.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:47","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T02:00:05.419Z","repository_id":38315415,"created_at":"2025-08-21T02:00:05.420Z","updated_at":"2025-08-21T02:00:05.420Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36323916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-05T02:00:06.619Z","response_time":104,"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"},"owner_record":{"login":"m-burst","name":"Mikhail Burshteyn","uuid":"3243475","kind":"user","description":"Back-end developer at @joomcode, previously at @TinkoffCreditSystems and @appintheair","email":"","website":null,"location":"Tbilisi, Georgia","twitter":null,"company":"Joompay","icon_url":"https://avatars.githubusercontent.com/u/3243475?u=0fce8552a0c80fa5090689e2f951d1f455cdadf7\u0026v=4","repositories_count":3,"last_synced_at":"2023-03-06T18:03:35.607Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/m-burst","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-16T19:40:59.810Z","updated_at":"2023-03-06T18:03:35.936Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-burst","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-burst/repositories"},"tags":[{"name":"v2.2.0","sha":"3c0d72ad523966587bd925c5f74f02a91af46719","kind":"tag","published_at":"2025-10-20T07:43:14.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v2.2.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"2c53993e5c5cfc1f4d5e16f30a8e700532cd6f5b","kind":"tag","published_at":"2025-01-10T15:57:10.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v2.1.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"2d351f8b57bfc7e9ef1b9854be70304c705efd4b","kind":"tag","published_at":"2024-04-01T17:09:22.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v2.0.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v2.0.0/manifests"},{"name":"v1.7.2","sha":"01a4c8eaf64292363bcbae4c93bfdd6722a494ff","kind":"tag","published_at":"2023-02-15T07:38:24.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.7.2","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"3b4759695366a88ab4320c47b10fd06c4ffb98d9","kind":"tag","published_at":"2023-02-14T21:36:56.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.7.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"53526a68a7bbc7c2585cf3de80e5f6a7e9c2fbe3","kind":"tag","published_at":"2023-02-09T21:13:27.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.7.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"839da70ba58e050d4fa9825a5dca409c4a7e9d00","kind":"tag","published_at":"2021-12-22T21:17:37.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.6.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.6.0/manifests"},{"name":"v1.5.1","sha":"0f028046591c9bc5d1760d8690311d0a23ec0538","kind":"tag","published_at":"2021-11-05T11:17:54.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.5.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"a7a63618a3bec10f96e441701361bb1913c5f4df","kind":"tag","published_at":"2021-06-18T08:28:25.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.5.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.5.0/manifests"},{"name":"v1.4.4","sha":"7ef29dfe8b1c90228bbb521ca63dc91586f27d69","kind":"tag","published_at":"2021-06-17T08:09:53.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.4","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"7eb2d1b1a56a04c13b1db6c765e7b03425a8cd7c","kind":"tag","published_at":"2021-06-16T21:04:19.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.3","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6becf8b223964dfd73e352f264387be8c14b1b6b","kind":"commit","published_at":"2021-05-23T22:04:41.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.2","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"47a155f48f7ad840946e71a338f530d861a11021","kind":"tag","published_at":"2021-04-01T20:23:17.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"362fc8c14eb88ff224d564f56d1620c276acbd1b","kind":"tag","published_at":"2021-03-13T22:59:31.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.4.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"89357b5fb2be463102cdafbf2cf07e291213681f","kind":"tag","published_at":"2020-08-30T16:09:09.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.3.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.3.0/manifests"},{"name":"v1.2.3","sha":"feac53e5c5211875af53ec7691b8d871a1a784ab","kind":"tag","published_at":"2020-08-06T09:30:57.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.2.3","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"a51b363b81d20e4af710cd8e6387cfdee7a52e9a","kind":"tag","published_at":"2020-07-23T20:43:58.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.2.2","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5c90a96f1578294073ecea8d6ee8747b993d1532","kind":"tag","published_at":"2020-06-15T12:22:49.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.2.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"b88cf6856bb8deefeafd1ba1b0b0cc412be05d11","kind":"commit","published_at":"2020-06-12T10:50:22.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.2.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"f1a97de740939903e06e36ac45a2edf86384c4d1","kind":"commit","published_at":"2020-04-17T17:57:25.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.1.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"f85d0a52f8017c5ce61d4a93c79d4cf891401d72","kind":"commit","published_at":"2020-04-14T20:41:20.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.1.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"272abaaab8345830f03270809dc6552f960b0407","kind":"commit","published_at":"2020-03-26T20:58:28.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v1.0.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v1.0.0/manifests"},{"name":"v0.6.0","sha":"6d70d5e4ae66bb8e0e45247ea0deefeab49cf178","kind":"commit","published_at":"2020-03-21T15:44:17.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.6.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"d722d897de374ce2b733ac8fca5bab2590fd4622","kind":"commit","published_at":"2020-03-09T11:40:07.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.5.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"edef7e986999bfceeba8b9ef50ce0e8005880f22","kind":"commit","published_at":"2020-03-09T07:58:23.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.4.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"db531672d1c9a8e52aab9526f4a53aa54df3eae4","kind":"commit","published_at":"2020-03-08T23:07:26.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.3.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"08ef6a096fe44adaf6e3d6ee4996465ac974d3f6","kind":"commit","published_at":"2020-03-08T21:50:53.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.3.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"78739f1ff9cc0397c5409a05c74d9fb0652c713d","kind":"tag","published_at":"2020-03-01T14:14:49.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.2.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"67e14711cc051a42b9909e8d8541816f65364fa9","kind":"commit","published_at":"2019-05-24T19:09:06.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.1.3","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"84a78e960969d2bdccae6ba042c03b77a223e8fc","kind":"commit","published_at":"2019-05-23T13:47:12.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.1.2","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"471aac0e5e065d449de8015bd97f4b58c57ed96a","kind":"commit","published_at":"2019-05-23T13:08:32.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.1.1","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"5ca476f506b171bf8a3eb65cfb87c428e5ba3631","kind":"commit","published_at":"2019-05-23T13:01:33.000Z","download_url":"https://codeload.github.com/m-burst/flake8-pytest-style/tar.gz/v0.1.0","html_url":"https://github.com/m-burst/flake8-pytest-style/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/m-burst/flake8-pytest-style@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-20T10:49:41.893Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.790909839669091,"dependent_packages_count":5.426477651118487,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.608693745393789},"purl":"pkg:golang/github.com/m-burst/flake8-pytest-style","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/m-burst/flake8-pytest-style","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/m-burst/flake8-pytest-style","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/m-burst/flake8-pytest-style/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-19T09:30:57.372Z","issues_count":41,"pull_requests_count":258,"avg_time_to_close_issue":1110753.8823529412,"avg_time_to_close_pull_request":1096574.7257383966,"issues_closed_count":17,"pull_requests_closed_count":237,"pull_request_authors_count":10,"issue_authors_count":30,"avg_comments_per_issue":1.4634146341463414,"avg_comments_per_pull_request":0.6666666666666666,"merged_pull_requests_count":182,"bot_issues_count":2,"bot_pull_requests_count":226,"past_year_issues_count":2,"past_year_pull_requests_count":36,"past_year_avg_time_to_close_issue":1475287.0,"past_year_avg_time_to_close_pull_request":455118.4,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.0,"past_year_avg_comments_per_pull_request":0.1388888888888889,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":35,"past_year_merged_pull_requests_count":27,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/issues","maintainers":[{"login":"m-burst","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-burst"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fm-burst%2Fflake8-pytest-style/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fm-burst%2Fflake8-pytest-style/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fm-burst%2Fflake8-pytest-style/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fm-burst%2Fflake8-pytest-style/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fm-burst%2Fflake8-pytest-style/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fm-burst%2Fflake8-pytest-style/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281915,"maintainers_count":0,"namespaces_count":839487,"keywords_count":124977,"github":"golang","metadata":{"funded_packages_count":67925,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-24T05:01:22.286Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":579924,"full_name":"m-burst/flake8-pytest-style","default_branch":"master","total_commits":369,"total_committers":12,"total_bot_commits":219,"total_bot_committers":2,"mean_commits":30.75,"dds":0.5501355013550135,"past_year_total_commits":51,"past_year_total_committers":3,"past_year_total_bot_commits":43,"past_year_total_bot_committers":1,"past_year_mean_commits":17.0,"past_year_dds":0.1568627450980392,"last_synced_at":"2026-08-19T09:31:00.295Z","last_synced_commit":"ce725a2e09d9990a9cf0db806f4910e064b9374f","created_at":"2023-03-09T05:48:50.587Z","updated_at":"2026-08-19T09:31:00.180Z","committers":[{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":166},{"name":"Mikhail Burshteyn","email":"mdburshteyn@gmail.com","login":"m-burst","count":141},{"name":"dependabot-preview[bot]","email":"27856297+dependabot-preview[bot]","login":"dependabot-preview[bot]","count":53},{"name":"Álvaro Mondéjar","email":"mondejar1994@gmail.com","login":"mondeja","count":1},{"name":"kasium","email":"15907922+kasium","login":"kasium","count":1},{"name":"Sviatoslav Sydorenko","email":"wk.cvs.github@sydorenko.org.ua","login":"webknjaz","count":1},{"name":"Sondre Lillebø Gundersen","email":"sondrelg@live.no","login":"sondrelg","count":1},{"name":"Ruben Opdebeeck","email":"rubenopdebeeck01@gmail.com","login":"ROpdebee","count":1},{"name":"Matías Giménez","email":"matiasgimenez.dev@gmail.com","login":"matiagimenez","count":1},{"name":"Kian-Meng Ang","email":"kianmeng.ang@gmail.com","login":"kianmeng","count":1},{"name":"David S","email":"d1618033@gmail.com","login":"d1618033","count":1},{"name":"Andrey Semakin","email":"and-semakin@ya.ru","login":"and-semakin","count":1}],"past_year_committers":[{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":43},{"name":"Mikhail Burshteyn","email":"mdburshteyn@gmail.com","login":"m-burst","count":7},{"name":"Matías Giménez","email":"matiasgimenez.dev@gmail.com","login":"matiagimenez","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-20T00:00:10.776Z","repositories_count":6750506,"commits_count":978010206,"contributors_count":41229425,"owners_count":1358604,"committers_count":3352512,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"m-burst/flake8-pytest-style","html_url":"https://github.com/m-burst/flake8-pytest-style","last_synced_at":"2026-08-24T12:05:40.146Z","status":null,"issues_count":41,"pull_requests_count":258,"avg_time_to_close_issue":1110753.8823529412,"avg_time_to_close_pull_request":1092474.5924369749,"issues_closed_count":17,"pull_requests_closed_count":238,"pull_request_authors_count":10,"issue_authors_count":30,"avg_comments_per_issue":1.4634146341463414,"avg_comments_per_pull_request":0.6666666666666666,"merged_pull_requests_count":183,"bot_issues_count":2,"bot_pull_requests_count":226,"past_year_issues_count":2,"past_year_pull_requests_count":36,"past_year_avg_time_to_close_issue":1475287.0,"past_year_avg_time_to_close_pull_request":444332.0967741936,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.0,"past_year_avg_comments_per_pull_request":0.1388888888888889,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":35,"past_year_merged_pull_requests_count":28,"created_at":"2023-05-14T14:07:26.714Z","updated_at":"2026-08-24T12:05:40.146Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-burst%2Fflake8-pytest-style/issues","issue_labels_count":{"table":{"enhancement":28,"bug":10,"dependencies":2,"python":1,"duplicate":1}},"pull_request_labels_count":{"table":{"dependencies":226,"python":67}},"issue_author_associations_count":{"table":{"NONE":31,"CONTRIBUTOR":8,"OWNER":2}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":230,"OWNER":23,"NONE":5}},"issue_authors":{"table":{"sobolevn":4,"jamesbraza":3,"abcdenis":2,"jakkdl":2,"dependabot[bot]":2,"kasium":2,"webknjaz":2,"m-burst":2,"SwampFalc":1,"Mulugruntz":1,"dandreevv":1,"justmatias":1,"paisleyrob":1,"jplhanna":1,"henzef":1,"mondeja":1,"jenstroeger":1,"chpock":1,"harupy":1,"M1troll":1,"jonssonchristian":1,"Zac-HD":1,"lengau":1,"mwgamble":1,"tjkuson":1,"UnknownPlatypus":1,"miketheman":1,"michaelwooley":1,"RonnyPfannschmidt":1,"AlexTereshenkov":1}},"pull_request_authors":{"table":{"dependabot[bot]":226,"m-burst":23,"jakkdl":2,"kianmeng":1,"nat-n":1,"henzef":1,"mondeja":1,"justmatias":1,"kasium":1,"Viicos":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-25T00:00:09.459Z","repositories_count":16328808,"issues_count":42398313,"pull_requests_count":135865593,"authors_count":11520402,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{"dependencies":1,"enhancement":1,"python":1}},"past_year_pull_request_labels_count":{"table":{"dependencies":35,"python":35}},"past_year_issue_author_associations_count":{"table":{"CONTRIBUTOR":2}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":36}},"past_year_issue_authors":{"table":{"dependabot[bot]":1,"justmatias":1}},"past_year_pull_request_authors":{"table":{"dependabot[bot]":35,"justmatias":1}},"maintainers":[{"table":{"login":"m-burst","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-burst"}}],"active_maintainers":[]}},"events":{"total":{"DeleteEvent":43,"PullRequestEvent":98,"ForkEvent":2,"IssuesEvent":10,"WatchEvent":13,"IssueCommentEvent":19,"PushEvent":70,"CreateEvent":48},"last_year":{"DeleteEvent":19,"PullRequestEvent":53,"ForkEvent":1,"IssuesEvent":1,"WatchEvent":3,"IssueCommentEvent":6,"PushEvent":35,"CreateEvent":22}},"keywords":["flake8","flake8-extensions","flake8-plugin","flake8-plugins","pytest","python3"],"dependencies":[{"ecosystem":"pypi","filepath":"poetry.lock","sha":null,"kind":"lockfile","created_at":"2022-08-03T04:16:03.213Z","updated_at":"2022-08-03T04:16:03.213Z","repository_link":"https://github.com/m-burst/flake8-pytest-style/blob/master/poetry.lock","dependencies":[{"id":556084430,"package_name":"astpretty","ecosystem":"pypi","requirements":"2.1.0","direct":false,"kind":"develop","optional":false},{"id":556084431,"package_name":"astroid","ecosystem":"pypi","requirements":"2.11.7","direct":false,"kind":"develop","optional":false},{"id":556084432,"package_name":"atomicwrites","ecosystem":"pypi","requirements":"1.4.1","direct":false,"kind":"develop","optional":false},{"id":556084433,"package_name":"attrs","ecosystem":"pypi","requirements":"21.4.0","direct":false,"kind":"develop","optional":false},{"id":556084434,"package_name":"bandit","ecosystem":"pypi","requirements":"1.7.1","direct":false,"kind":"develop","optional":false},{"id":556084435,"package_name":"black","ecosystem":"pypi","requirements":"22.6.0","direct":false,"kind":"develop","optional":false},{"id":556084436,"package_name":"bump2version","ecosystem":"pypi","requirements":"1.0.1","direct":false,"kind":"develop","optional":false},{"id":556084437,"package_name":"click","ecosystem":"pypi","requirements":"8.0.4","direct":false,"kind":"develop","optional":false},{"id":556084438,"package_name":"colorama","ecosystem":"pypi","requirements":"0.4.5","direct":false,"kind":"develop","optional":false},{"id":556084439,"package_name":"coverage","ecosystem":"pypi","requirements":"6.2","direct":false,"kind":"develop","optional":false},{"id":556084440,"package_name":"dataclasses","ecosystem":"pypi","requirements":"0.8","direct":false,"kind":"develop","optional":false},{"id":556084441,"package_name":"dill","ecosystem":"pypi","requirements":"0.3.4","direct":false,"kind":"develop","optional":false},{"id":556084442,"package_name":"eradicate","ecosystem":"pypi","requirements":"2.1.0","direct":false,"kind":"develop","optional":false},{"id":556084443,"package_name":"flake8","ecosystem":"pypi","requirements":"4.0.1","direct":false,"kind":"develop","optional":false},{"id":556084444,"package_name":"flake8-annotations-complexity","ecosystem":"pypi","requirements":"0.0.6","direct":false,"kind":"develop","optional":false},{"id":556084445,"package_name":"flake8-awesome","ecosystem":"pypi","requirements":"1.3.0","direct":false,"kind":"develop","optional":false},{"id":556084446,"package_name":"flake8-bandit","ecosystem":"pypi","requirements":"2.1.2","direct":false,"kind":"develop","optional":false},{"id":556084447,"package_name":"flake8-breakpoint","ecosystem":"pypi","requirements":"1.1.0","direct":false,"kind":"develop","optional":false},{"id":556084448,"package_name":"flake8-bugbear","ecosystem":"pypi","requirements":"22.7.1","direct":false,"kind":"develop","optional":false},{"id":556084449,"package_name":"flake8-builtins","ecosystem":"pypi","requirements":"1.5.3","direct":false,"kind":"develop","optional":false},{"id":556084450,"package_name":"flake8-comprehensions","ecosystem":"pypi","requirements":"3.7.0","direct":false,"kind":"develop","optional":false},{"id":556084451,"package_name":"flake8-eradicate","ecosystem":"pypi","requirements":"1.2.1","direct":false,"kind":"develop","optional":false},{"id":556084452,"package_name":"flake8-expression-complexity","ecosystem":"pypi","requirements":"0.0.9","direct":false,"kind":"develop","optional":false},{"id":556084453,"package_name":"flake8-if-expr","ecosystem":"pypi","requirements":"1.0.4","direct":false,"kind":"develop","optional":false},{"id":556084454,"package_name":"flake8-isort","ecosystem":"pypi","requirements":"4.1.1","direct":false,"kind":"develop","optional":false},{"id":556084455,"package_name":"flake8-logging-format","ecosystem":"pypi","requirements":"0.6.0","direct":false,"kind":"develop","optional":false},{"id":556084456,"package_name":"flake8-plugin-utils","ecosystem":"pypi","requirements":"1.3.2","direct":false,"kind":"runtime","optional":false},{"id":556084457,"package_name":"flake8-polyfill","ecosystem":"pypi","requirements":"1.0.2","direct":false,"kind":"develop","optional":false},{"id":556084458,"package_name":"flake8-print","ecosystem":"pypi","requirements":"4.0.1","direct":false,"kind":"develop","optional":false},{"id":556084459,"package_name":"flake8-pytest","ecosystem":"pypi","requirements":"1.3","direct":false,"kind":"develop","optional":false},{"id":556084460,"package_name":"flake8-requirements","ecosystem":"pypi","requirements":"1.6.0","direct":false,"kind":"develop","optional":false},{"id":556084461,"package_name":"flake8-return","ecosystem":"pypi","requirements":"1.1.3","direct":false,"kind":"develop","optional":false},{"id":556084462,"package_name":"gitdb","ecosystem":"pypi","requirements":"4.0.9","direct":false,"kind":"develop","optional":false},{"id":556084463,"package_name":"gitpython","ecosystem":"pypi","requirements":"3.1.20","direct":false,"kind":"develop","optional":false},{"id":556084464,"package_name":"importlib-metadata","ecosystem":"pypi","requirements":"4.2.0","direct":false,"kind":"develop","optional":false},{"id":556084465,"package_name":"iniconfig","ecosystem":"pypi","requirements":"1.1.1","direct":false,"kind":"develop","optional":false},{"id":556084466,"package_name":"isort","ecosystem":"pypi","requirements":"5.10.1","direct":false,"kind":"develop","optional":false},{"id":556084467,"package_name":"lazy-object-proxy","ecosystem":"pypi","requirements":"1.7.1","direct":false,"kind":"develop","optional":false},{"id":556084468,"package_name":"mccabe","ecosystem":"pypi","requirements":"0.6.1","direct":false,"kind":"develop","optional":false},{"id":556084469,"package_name":"mypy","ecosystem":"pypi","requirements":"0.971","direct":false,"kind":"develop","optional":false},{"id":556084470,"package_name":"mypy-extensions","ecosystem":"pypi","requirements":"0.4.3","direct":false,"kind":"develop","optional":false},{"id":556084471,"package_name":"packaging","ecosystem":"pypi","requirements":"21.3","direct":false,"kind":"develop","optional":false},{"id":556084472,"package_name":"pathspec","ecosystem":"pypi","requirements":"0.9.0","direct":false,"kind":"develop","optional":false},{"id":556084473,"package_name":"pbr","ecosystem":"pypi","requirements":"5.9.0","direct":false,"kind":"develop","optional":false},{"id":556084474,"package_name":"pep8-naming","ecosystem":"pypi","requirements":"0.13.0","direct":false,"kind":"develop","optional":false},{"id":556084475,"package_name":"platformdirs","ecosystem":"pypi","requirements":"2.4.0","direct":false,"kind":"develop","optional":false},{"id":556084476,"package_name":"pluggy","ecosystem":"pypi","requirements":"1.0.0","direct":false,"kind":"develop","optional":false},{"id":556084477,"package_name":"py","ecosystem":"pypi","requirements":"1.11.0","direct":false,"kind":"develop","optional":false},{"id":556084478,"package_name":"pycodestyle","ecosystem":"pypi","requirements":"2.8.0","direct":false,"kind":"develop","optional":false},{"id":556084479,"package_name":"pyflakes","ecosystem":"pypi","requirements":"2.4.0","direct":false,"kind":"develop","optional":false},{"id":556084480,"package_name":"pylint","ecosystem":"pypi","requirements":"2.13.9","direct":false,"kind":"develop","optional":false},{"id":556084481,"package_name":"pyparsing","ecosystem":"pypi","requirements":"3.0.7","direct":false,"kind":"develop","optional":false},{"id":556084482,"package_name":"pytest","ecosystem":"pypi","requirements":"7.0.1","direct":false,"kind":"develop","optional":false},{"id":556084483,"package_name":"pytest-cov","ecosystem":"pypi","requirements":"3.0.0","direct":false,"kind":"develop","optional":false},{"id":556084484,"package_name":"pytest-deadfixtures","ecosystem":"pypi","requirements":"2.2.1","direct":false,"kind":"develop","optional":false},{"id":556084485,"package_name":"pytest-mock","ecosystem":"pypi","requirements":"3.6.1","direct":false,"kind":"develop","optional":false},{"id":556084486,"package_name":"pyyaml","ecosystem":"pypi","requirements":"6.0","direct":false,"kind":"develop","optional":false},{"id":556084487,"package_name":"six","ecosystem":"pypi","requirements":"1.16.0","direct":false,"kind":"develop","optional":false},{"id":556084488,"package_name":"smmap","ecosystem":"pypi","requirements":"5.0.0","direct":false,"kind":"develop","optional":false},{"id":556084489,"package_name":"stevedore","ecosystem":"pypi","requirements":"3.5.0","direct":false,"kind":"develop","optional":false},{"id":556084490,"package_name":"testfixtures","ecosystem":"pypi","requirements":"6.18.5","direct":false,"kind":"develop","optional":false},{"id":556084491,"package_name":"toml","ecosystem":"pypi","requirements":"0.10.2","direct":false,"kind":"develop","optional":false},{"id":556084492,"package_name":"tomli","ecosystem":"pypi","requirements":"1.2.3","direct":false,"kind":"develop","optional":false},{"id":556084493,"package_name":"tomlkit","ecosystem":"pypi","requirements":"0.11.1","direct":false,"kind":"develop","optional":false},{"id":556084494,"package_name":"typed-ast","ecosystem":"pypi","requirements":"1.5.4","direct":false,"kind":"develop","optional":false},{"id":556084495,"package_name":"typing-extensions","ecosystem":"pypi","requirements":"4.1.1","direct":false,"kind":"develop","optional":false},{"id":556084496,"package_name":"unify","ecosystem":"pypi","requirements":"0.5","direct":false,"kind":"develop","optional":false},{"id":556084497,"package_name":"untokenize","ecosystem":"pypi","requirements":"0.1.1","direct":false,"kind":"develop","optional":false},{"id":556084498,"package_name":"wrapt","ecosystem":"pypi","requirements":"1.14.1","direct":false,"kind":"develop","optional":false},{"id":556084499,"package_name":"zipp","ecosystem":"pypi","requirements":"3.6.0","direct":false,"kind":"develop","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2022-08-03T04:16:03.500Z","updated_at":"2022-08-03T04:16:03.500Z","repository_link":"https://github.com/m-burst/flake8-pytest-style/blob/master/pyproject.toml","dependencies":[{"id":556088547,"package_name":"python","ecosystem":"pypi","requirements":"^3.6.2","direct":true,"kind":"runtime","optional":false},{"id":556088548,"package_name":"flake8-plugin-utils","ecosystem":"pypi","requirements":"^1.3.2","direct":true,"kind":"runtime","optional":false},{"id":556088549,"package_name":"black","ecosystem":"pypi","requirements":"^22.6","direct":true,"kind":"develop","optional":false},{"id":556088550,"package_name":"bump2version","ecosystem":"pypi","requirements":"^1.0.1","direct":true,"kind":"develop","optional":false},{"id":556088551,"package_name":"flake8-awesome","ecosystem":"pypi","requirements":"\u003e=0.2.0","direct":true,"kind":"develop","optional":false},{"id":556088552,"package_name":"mypy","ecosystem":"pypi","requirements":"^0.971","direct":true,"kind":"develop","optional":false},{"id":556088553,"package_name":"pylint","ecosystem":"pypi","requirements":"^2.13","direct":true,"kind":"develop","optional":false},{"id":556088554,"package_name":"pytest","ecosystem":"pypi","requirements":"^7.0","direct":true,"kind":"develop","optional":false},{"id":556088555,"package_name":"pytest-cov","ecosystem":"pypi","requirements":"^3.0","direct":true,"kind":"develop","optional":false},{"id":556088556,"package_name":"pytest-deadfixtures","ecosystem":"pypi","requirements":"^2.1","direct":true,"kind":"develop","optional":false},{"id":556088557,"package_name":"flake8","ecosystem":"pypi","requirements":"^4.0.1","direct":true,"kind":"develop","optional":false},{"id":556088558,"package_name":"pytest-mock","ecosystem":"pypi","requirements":"^3.6.0","direct":true,"kind":"develop","optional":false},{"id":556088559,"package_name":"unify","ecosystem":"pypi","requirements":"^0.5.0","direct":true,"kind":"develop","optional":false},{"id":556088560,"package_name":"tomlkit","ecosystem":"pypi","requirements":"^0.11.0","direct":true,"kind":"develop","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci.yml","sha":null,"kind":"manifest","created_at":"2026-03-23T07:00:47.432Z","updated_at":"2026-03-23T07:00:47.432Z","repository_link":"https://github.com/m-burst/flake8-pytest-style/blob/master/.github/workflows/ci.yml","dependencies":[{"id":25845158803,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false},{"id":25845158804,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25845158805,"package_name":"snok/install-poetry","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":25845158810,"package_name":"actions/cache","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/release.yml","sha":null,"kind":"manifest","created_at":"2026-03-23T07:00:47.974Z","updated_at":"2026-03-23T07:00:47.974Z","repository_link":"https://github.com/m-burst/flake8-pytest-style/blob/master/.github/workflows/release.yml","dependencies":[{"id":25845158821,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false},{"id":25845158822,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25845158823,"package_name":"snok/install-poetry","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":25845158824,"package_name":"actions/cache","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]}],"score":21.115727363772603,"created_at":"2025-12-20T09:39:40.747Z","updated_at":"2026-08-25T12:30:55.122Z","avatar_url":"https://github.com/m-burst.png","language":"Python","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/369996","html_url":"https://summary.ecosyste.ms/projects/369996"}