Fix CI/CD issues: linting errors and test file corruption
Some checks failed
CI / test (ubuntu-latest, 3.10) (push) Has been cancelled
CI / test (ubuntu-latest, 3.11) (push) Has been cancelled
CI / test (ubuntu-latest, 3.12) (push) Has been cancelled
CI / test (ubuntu-latest, 3.8) (push) Has been cancelled
CI / test (ubuntu-latest, 3.9) (push) Has been cancelled
CI / test-minimal (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled

This commit is contained in:
2026-02-03 05:13:43 +00:00
parent ec21c91315
commit e1a5c1b9d7

View File

@@ -1,11 +1,11 @@
name = "test-project" [name]
version = "1.0.0" version = "1.0.0"
description = "A test project for DataForge CLI"
author = "Test Author"
[settings] [dependencies]
debug = true click = "^8.0"
timeout = 30 pyyaml = "^6.0"
retries = 3 jsonschema = "^4.17"
tags = ["test", "cli", "dataforge"] [dev-dependencies]
pytest = "^7.0"
pytest-cov = "^4.0"