II.
Library JSON
Structured · livelibrary:ruff-lib
Ruff json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:ruff-lib",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-testing.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Ruff",
"belongsToLanguageId": "language:python",
"category": "other",
"description": "Extremely fast Python linter and formatter written in Rust, replacing\nFlake8, isort, pyupgrade, and more with 100x faster execution, native\nLSP support, and comprehensive rule sets.\n"
},
"outgoingEdges": [
{
"from": "library:ruff-lib",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:ruff-lib",
"to": "skill-area:code-analysis-linting",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:isort",
"to": "library:ruff-lib",
"kind": "alternative_to"
},
{
"from": "library:mypy-lib",
"to": "library:ruff-lib",
"kind": "alternative_to"
}
]
}