Skip to content

Commit

Permalink
Merge commit '6a9f0e9ae' into qa/2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Nov 5, 2024
2 parents 544e2b9 + 6a9f0e9 commit b862b22
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 69 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
worker/install/.*\.json
)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -45,7 +45,7 @@ repos:
hooks:
- id: validate-cff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.12.1
hooks:
- id: mypy
files: "^worker/"
Expand Down
2 changes: 1 addition & 1 deletion worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dev-dependencies = [
]

[tool.uv.sources]
bagit = { git = "https://github.com/LibraryOfCongress/bagit-python", rev = "da041808d2453da2209054a9f4c48187dc323c0a" }
bagit = { git = "https://github.com/LibraryOfCongress/bagit-python", rev = "v1.9b2" }
gearman3 = { git = "https://github.com/artefactual-labs/python-gearman.git", rev = "b68efc868c7a494dd6a2d2e820fb098a6da9f797" }
opf-fido = { git = "https://github.com/artefactual-labs/fido.git", rev = "564ceb8018a8650fe931cf20e6780ee008e60fca" }

Expand Down
Loading

0 comments on commit b862b22

Please sign in to comment.