Skip to content

Commit

Permalink
Merge pull request #29 from cauliyang/dev
Browse files Browse the repository at this point in the history
fix: Update documentation and changelog URLs
  • Loading branch information
cauliyang authored Aug 28, 2024
2 parents 38591ae + 7531f5b commit 272afc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions py-deepbiop/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 272afc8

Please sign in to comment.