Tags: stanfordmlgroup/ngboost
Tags
Update dev dependencies (#394) * Update dev dependencies and improve pyproject.toml configuration - Update dev dependencies to latest versions: - pytest: ^6.1.2 → ^8.0.0 - black: ^22.8.0 → ^24.0.0 - pre-commit: ^2.0 → ^4.0.0 - isort: ^5.6.4 → ^5.13.0 - pylint: ^3.0.3 → ^3.2.0 - flake8: ^7.0.0 → ^7.1.0 - Migrate to modern Poetry format: [tool.poetry.dev-dependencies] → [tool.poetry.group.dev.dependencies] - Add [tool.black] configuration with explicit line length and target versions - Improve Python version markers for numpy/scipy using PEP 508 markers Closes #379 * Fix Black target-version configuration Remove py312 and py313 from target-version as they're not supported by the current Black version in CI environment * Update pre-commit configuration - Update Black version from 22.8.0 to 24.10.0 to match pyproject.toml - Fix deprecated default_stages: commit -> pre-commit * Apply linting fixes - Apply Black formatting changes (blank lines after docstrings) - Update code formatting to match updated linter configuration * Update pre-commit-hooks to v6.0.0 - Fix deprecated stage names warning - Update from v2.2.3 to v6.0.0 to use modern pre-commit hooks * update release
PreviousNext