From 7531f5b3444c91985e2faedecbce6e6d3b1aa9dc Mon Sep 17 00:00:00 2001 From: Yangyang Li Date: Wed, 28 Aug 2024 14:48:10 -0500 Subject: [PATCH] fix: Update documentation and changelog URLs --- .pre-commit-config.yaml | 2 +- py-deepbiop/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1a14e8..67d42a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: cargo-check - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.6.1" + rev: "v0.6.2" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes] diff --git a/py-deepbiop/pyproject.toml b/py-deepbiop/pyproject.toml index 5cd0d6b..779748c 100644 --- a/py-deepbiop/pyproject.toml +++ b/py-deepbiop/pyproject.toml @@ -31,9 +31,9 @@ classifiers = [ [project.urls] Homepage = "https://github.com/cauliyang/DeepBioP" -Documentation = "https://github.com/cauliyang/DeepBioP" +Documentation = "https://yangyangli.top/DeepBioP" Repository = "https://github.com/cauliyang/DeepBioP" -Changelog = "https://github.com/cauliyang/DeepBioP/CHANGELOG.md" +Changelog = "https://github.com/cauliyang/DeepBioP/releases" [tool.mypy]