Skip to content

Commit 4ea0261

Browse files
[pre-commit.ci] pre-commit autoupdate (#124)
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 dbdb177 commit 4ea0261

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
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-merge-conflict
1111
- id: check-added-large-files
@@ -14,7 +14,7 @@ repos:
1414
# Run ruff to lint and format
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
# Ruff version.
17-
rev: v0.12.2
17+
rev: v0.13.3
1818
hooks:
1919
# Run the linter.
2020
- id: ruff
@@ -48,6 +48,6 @@ repos:
4848

4949
# Format Snakemake rule / workflow files
5050
- repo: https://github.com/snakemake/snakefmt
51-
rev: v0.11.0
51+
rev: v0.11.2
5252
hooks:
5353
- id: snakefmt

0 commit comments

Comments
 (0)