diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8340a3eb..6cc6cf1e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: # Run ruff to lint and format - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.9 + rev: v0.15.20 hooks: # Run the linter. - id: ruff @@ -44,6 +44,6 @@ repos: # Format Snakemake rule / workflow files - repo: https://github.com/snakemake/snakefmt - rev: v1.0.0 + rev: v2.0.3 hooks: - id: snakefmt