Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.py @TeamEpochGithub/packages
*.md @TeamEpochGithub/packages
*.yaml @TeamEpochGithub/packages
*.yml @TeamEpochGithub/packages
*.toml @TeamEpochGithub/packages
*.txt @TeamEpochGithub/packages
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down