fix: resolve CI/CD test and lint failures
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
{
|
||||
"name": "test-project",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"click": "^8.0",
|
||||
"pyyaml": "^6.0",
|
||||
"jsonschema": "^4.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"pytest": "^7.0",
|
||||
"pytest-cov": "^4.0"
|
||||
},
|
||||
"keywords": ["cli", "data", "validation"],
|
||||
"license": "MIT"
|
||||
"name": "test-project",
|
||||
"version": "1.0.0",
|
||||
"description": "A test project for DataForge CLI",
|
||||
"author": "Test Author",
|
||||
"settings": {
|
||||
"debug": true,
|
||||
"timeout": 30,
|
||||
"retries": 3
|
||||
},
|
||||
"tags": ["test", "cli", "dataforge"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user