File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 : |
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]
Original file line number Diff line number Diff line change @@ -105,7 +105,9 @@ docker-compose run --rm --entrypoint /bin/bash gsmap
105105## Tips for Reproducibility
106106
1071071 . ** Pin versions** : Consider updating the Dockerfile to use specific versions of dependencies
108+
1081091 . ** Document data** : Keep track of input data versions and sources
110+
1091111 . ** Tag images** : Use version tags for your Docker images
110112
111113 ``` bash
You can’t perform that action at this time.
0 commit comments