Skip to content

Commit 7e6e2e2

Browse files
[pre-commit.ci] pre-commit autoupdate (#244)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/snakemake/snakefmt: v0.11.0 → v0.11.2](snakemake/snakefmt@v0.11.0...v0.11.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cf00725 commit 7e6e2e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-merge-conflict
1414
- id: check-added-large-files
@@ -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.12.2
20+
rev: v0.13.3
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: v0.11.0
47+
rev: v0.11.2
4848
hooks:
4949
- id: snakefmt

0 commit comments

Comments
 (0)