Skip to content

Commit

Permalink
Merge pull request #30 from cauliyang/dev
Browse files Browse the repository at this point in the history
fix: Update pre-commit version to v0.6.3 and maturin requirement
  • Loading branch information
cauliyang authored Aug 30, 2024
2 parents 272afc8 + df8b745 commit 62bc73d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2"
rev: "v0.6.3"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]
Expand Down
2 changes: 1 addition & 1 deletion py-deepbiop/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin==1.6.0,<2.0"]
requires = ["maturin>=1.6.0,<2.0"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 62bc73d

Please sign in to comment.