-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathruff.json
More file actions
36 lines (36 loc) · 1.03 KB
/
ruff.json
File metadata and controls
36 lines (36 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/ruff",
"@type": "schema:SoftwareApplication",
"name": "Ruff",
"description": "High-performance Python linter that quickly identifies code quality issues and style violations, enabling rapid feedback for research software development and improving overall code maintainability.",
"url": "https://docs.astral.sh/ruff/",
"isAccessibleForFree": true,
"hasQualityDimension": {
"@id": "dim:maintainability",
"@type": "@id"
},
"howToUse": ["command-line", "CI/CD"],
"appliesToProgrammingLanguage": ["Python"],
"license": "https://spdx.org/licenses/MIT",
"applicationCategory": [
{
"@id": "rs:AnalysisCode",
"@type": "@id"
},
{
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
{
"@id": "rs:PrototypeTool",
"@type": "@id"
}
],
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/has_no_linting_issues",
"@type": "@id"
}
]
}