Last active
March 18, 2025 22:08
-
-
Save dhkts1/ffa9b5234248225d681ef8ac4fe0a7e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schemaVersion": 1, | |
| "badges": [ | |
| { | |
| "label": "pre-commit", | |
| "message": "passing", | |
| "color": "green", | |
| "namedLogo": "github", | |
| "description": "Pre-commit hooks status" | |
| }, | |
| { | |
| "label": "coverage", | |
| "message": "90.00% (excellent)", | |
| "color": "brightgreen", | |
| "namedLogo": "pytest", | |
| "description": "Test coverage percentage" | |
| }, | |
| { | |
| "label": "ruff", | |
| "message": "passing (0 issues)", | |
| "color": "green", | |
| "namedLogo": "ruff", | |
| "description": "Ruff linting status" | |
| }, | |
| { | |
| "label": "typing", | |
| "message": "passing (0 errors)", | |
| "color": "green", | |
| "namedLogo": "python", | |
| "description": "Pyright type checking status" | |
| }, | |
| { | |
| "label": "dead code", | |
| "message": "0% dead code", | |
| "color": "green", | |
| "namedLogo": "python", | |
| "description": "Vulture dead code detection" | |
| }, | |
| { | |
| "label": "security", | |
| "message": "secure (0 issues)", | |
| "color": "green", | |
| "namedLogo": "shieldsdotio", | |
| "description": "Bandit security check status" | |
| }, | |
| { | |
| "label": "docs", | |
| "message": "passing (100%)", | |
| "color": "green", | |
| "namedLogo": "readthedocs", | |
| "description": "Interrogate docstring coverage" | |
| }, | |
| { | |
| "label": "complexity", | |
| "message": "passing", | |
| "color": "green", | |
| "namedLogo": "codacy", | |
| "description": "Radon code complexity rating" | |
| }, | |
| { | |
| "label": "maintainability", | |
| "message": "maintainable", | |
| "color": "green", | |
| "namedLogo": "codeclimate", | |
| "description": "Xenon code maintainability status" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment