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:47 +00:00
parent 617f170797
commit 0ca5031392

View File

@@ -5,10 +5,15 @@ python:
- "3.10" - "3.10"
- "3.11" - "3.11"
- "3.12" - "3.12"
install: install:
- pip install -e ".[dev] - pip install -e ".[dev]"
script: script:
- pytest -v - pytest -v
- pytest --cov=dataforge - ruff check .
notifications: - black --check .
email: false - mypy dataforge/ --ignore-missing-imports
after_success:
- coveralls