Skip to content

Commit 155dc56

Browse files
authored
Merge pull request #108 from JianYang-Lab/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 67cc15f + 7450550 commit 155dc56

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
types: [yaml]
2121

2222
- repo: https://github.com/executablebooks/mdformat
23-
rev: 0.7.22
23+
rev: 1.0.0
2424
hooks:
2525
- id: mdformat
2626
additional_dependencies:
@@ -31,7 +31,7 @@ repos:
3131
)$
3232
3333
- repo: https://github.com/igorshubovych/markdownlint-cli
34-
rev: v0.45.0
34+
rev: v0.47.0
3535
hooks:
3636
- id: markdownlint-fix
3737
exclude: |
@@ -40,7 +40,7 @@ repos:
4040
)$
4141
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.13.3
43+
rev: v0.14.10
4444
hooks:
4545
- id: ruff
4646
args: [--fix, --exit-non-zero-on-fix]

DOCKER_README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ docker-compose run --rm --entrypoint /bin/bash gsmap
105105
## Tips for Reproducibility
106106

107107
1. **Pin versions**: Consider updating the Dockerfile to use specific versions of dependencies
108+
108109
1. **Document data**: Keep track of input data versions and sources
110+
109111
1. **Tag images**: Use version tags for your Docker images
110112

111113
```bash

0 commit comments

Comments
 (0)