Skip to content

Commit d93ff49

Browse files
[pre-commit.ci] pre-commit autoupdate (#280)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.9...v0.15.20) - [github.com/snakemake/snakefmt: v1.0.0 → v2.0.3](snakemake/snakefmt@v1.0.0...v2.0.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 07e4357 commit d93ff49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
# Run ruff to lint and format
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: v0.15.9
20+
rev: v0.15.20
2121
hooks:
2222
# Run the linter.
2323
- id: ruff
@@ -44,6 +44,6 @@ repos:
4444

4545
# Format Snakemake rule / workflow files
4646
- repo: https://github.com/snakemake/snakefmt
47-
rev: v1.0.0
47+
rev: v2.0.3
4848
hooks:
4949
- id: snakefmt

0 commit comments

Comments
 (0)