From 2c72820603201dc229da8a9447c6201a34c55df9 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Wed, 10 Jun 2026 16:45:15 -0400 Subject: [PATCH 1/2] docs: v0.7.0 contains hook sync-nextflow-version --- docs/_basic_usage.qmd | 2 +- src/ccbr_tools/hooks/sync_nextflow_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_basic_usage.qmd b/docs/_basic_usage.qmd index ca43cc7..d26ef4a 100644 --- a/docs/_basic_usage.qmd +++ b/docs/_basic_usage.qmd @@ -29,7 +29,7 @@ commands = [cmd.split()[0] for cmd in help_lst[commands_idx].split('\n')[1:] if print("\n".join(( "```yaml", " - repo: https://github.com/CCBR/Tools", - " rev: v0.5.0", + " rev: v0.7.0", " hooks:" ))) for cmd in commands: diff --git a/src/ccbr_tools/hooks/sync_nextflow_version.py b/src/ccbr_tools/hooks/sync_nextflow_version.py index 911779c..7cd2a93 100644 --- a/src/ccbr_tools/hooks/sync_nextflow_version.py +++ b/src/ccbr_tools/hooks/sync_nextflow_version.py @@ -7,7 +7,7 @@ ```yaml - repo: https://github.com/CCBR/Tools - rev: v0.6.1 + rev: v0.7.0 hooks: - id: sync-nextflow-version ``` From d16b76637da04c6b11e819319161c7ac40e7c3e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:47:03 +0000 Subject: [PATCH 2/2] =?UTF-8?q?ci:=20=F0=9F=A4=96=20render=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7da7ea6..413c97c 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Add the hooks to your `.pre-commit-config.yaml` file: ```yaml - repo: https://github.com/CCBR/Tools - rev: v0.5.0 + rev: v0.7.0 hooks: - id: detect-absolute-paths - id: sync-nextflow-version @@ -179,7 +179,7 @@ guidelines](https://CCBR.github.io/Tools/CONTRIBUTING). Please cite this software if you use it in a publication: > Sovacool K., Koparde V., Kuhn S., Tandon M., and Huse S. (2026). CCBR -> Tools: Utilities for CCBR Bioinformatics Software (version v0.5.3). +> Tools: Utilities for CCBR Bioinformatics Software (version v0.7.0). > DOI: 10.5281/zenodo.13377166 URL: https://ccbr.github.io/Tools/ ### Bibtex entry