From 37796dbd342273f64706699126ff27b3865b7787 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:38:28 +0000 Subject: [PATCH 1/6] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.2) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6a7c27..beee79f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: sphinx-lint args: [ --enable=default-role ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.5.2 hooks: - id: ruff - id: ruff-format From bdad659b7e627ab1c99b63262b3e64c37852e098 Mon Sep 17 00:00:00 2001 From: Jasper van Selm <70692744+schobbejak@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:51:28 +0200 Subject: [PATCH 2/6] Create CODEOWNERS --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..9eab7fa --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +*.yaml @core-maintainers +*.yml @core-maintainers +*.toml @core-maintainers From 9710fbce387aaaee534059920ff4c0a6ea1aa443 Mon Sep 17 00:00:00 2001 From: Jasper van Selm <70692744+schobbejak@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:53:36 +0200 Subject: [PATCH 3/6] Update CODEOWNERS --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9eab7fa..82e4822 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ -*.yaml @core-maintainers -*.yml @core-maintainers -*.toml @core-maintainers +*.yaml @TeamEpochGithub/core-maintainers +*.yml @TeamEpochGithub/core-maintainers +*.toml @TeamEpochGithub/core-maintainers From 940e6c58de8df5a7105ecdf7d9aba352d47b258f Mon Sep 17 00:00:00 2001 From: Jasper van Selm <70692744+schobbejak@users.noreply.github.com> Date: Sat, 20 Jul 2024 17:14:56 +0200 Subject: [PATCH 4/6] Update CODEOWNERS --- .github/CODEOWNERS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 82e4822..77b7eb4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,6 @@ -*.yaml @TeamEpochGithub/core-maintainers -*.yml @TeamEpochGithub/core-maintainers -*.toml @TeamEpochGithub/core-maintainers +*.py @TeamEpochGithub/packages +*.md @TeamEpochGithub/packages +*.yaml @TeamEpochGithub/packages +*.yml @TeamEpochGithub/packages +*.toml @TeamEpochGithub/packages +*.txt @TeamEpochGithub/packages From f149a5c86cbbf2d921094dcbf013553061825828 Mon Sep 17 00:00:00 2001 From: Jasper van Selm <70692744+schobbejak@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:47:13 +0200 Subject: [PATCH 5/6] Add deprecation warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 93f76d29cbed16a09e41fb9bfff1465be132f4c1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:43:43 +0000 Subject: [PATCH 6/6] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/abravalheri/validate-pyproject: v0.18 → v0.25](https://github.com/abravalheri/validate-pyproject/compare/v0.18...v0.25) - [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.2](https://github.com/sphinx-contrib/sphinx-lint/compare/v0.9.1...v1.0.2) - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.15.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.2...v0.15.2) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.19.1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index beee79f..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.2 + 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/