Skip to content

Commit

Permalink
cicd: update precommit (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jul 15, 2024
1 parent 7647f17 commit 381d97c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .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: v1.4.0
rev: v4.6.0 # pre-commit-hooks version
hooks:
- id: check-added-large-files
- id: detect-private-key
Expand All @@ -12,3 +12,4 @@ repos:
- id: ruff-format
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
minimum_pre_commit_version: 3.7.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ etl = [
"rich"
]
test = ["pytest", "pytest-cov", "pytest-mock"]
dev = ["pre-commit", "ruff==0.5.0", "lxml", "xmlformatter", "types-pyyaml"]
dev = ["pre-commit>=3.7.1", "ruff==0.5.0", "lxml", "xmlformatter", "types-pyyaml"]

[project.urls]
Homepage = "https://github.com/cancervariants/therapy-normalization"
Expand Down

0 comments on commit 381d97c

Please sign in to comment.