diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..77b7eb4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +*.py @TeamEpochGithub/packages +*.md @TeamEpochGithub/packages +*.yaml @TeamEpochGithub/packages +*.yml @TeamEpochGithub/packages +*.toml @TeamEpochGithub/packages +*.txt @TeamEpochGithub/packages diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6a7c27..d36b1eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-ast - id: check-json @@ -14,7 +14,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.18 + rev: v0.25 hooks: - id: validate-pyproject - repo: https://github.com/pre-commit/pygrep-hooks @@ -26,17 +26,17 @@ repos: - id: python-no-log-warn - id: python-use-type-annotations - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.9.1 + rev: v1.0.2 hooks: - id: sphinx-lint args: [ --enable=default-role ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.15.2 hooks: - id: ruff - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.19.1 hooks: - id: mypy exclude: ^tests/ diff --git a/README.md b/README.md index 36d5965..fd7f4cf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![PyPI Latest Release](https://img.shields.io/pypi/v/agogos.svg)](https://pypi.org/project/agogos/) [![PyPI Downloads](https://img.shields.io/pypi/dm/agogos.svg?label=PyPI%20downloads)](https://pypi.org/project/agogos/) -This package contains many modules and classes necessary to construct the ml pipeline for machine learning competitions. +[WARNING] This project has been moved into [EpochLib](https://github.com/TeamEpochGithub/epochlib) under pipeline and is not updated anymore. This package contains modules and classes necessary to construct an ml pipeline for machine learning competitions. ## Description