-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathblack.json
More file actions
22 lines (22 loc) · 890 Bytes
/
black.json
File metadata and controls
22 lines (22 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://black.readthedocs.io/en/stable",
"@type": "schema:SoftwareApplication",
"name": "Black",
"description": "Deterministic Python code formatter that enforces consistent coding style across software projects, improving code readability, maintainability, and collaboration in research teams.",
"url": "https://github.com/psf/black",
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/MIT",
"applicationCategory": [
{ "@id": "rs:PrototypeTool", "@type": "@id" },
{ "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" }
],
"hasQualityDimension": { "@id": "dim:maintainability", "@type": "@id" },
"measuresQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/has_no_linting_issues",
"@type": "@id"
}
],
"howToUse": ["CI/CD", "command-line"]
}