Skip to content

Commit f5e2b64

Browse files
[pre-commit.ci] pre-commit autoupdate (#195)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2) - [github.com/snakemake/snakefmt: v0.10.2 → v0.11.0](snakemake/snakefmt@v0.10.2...v0.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 77c1f14 commit f5e2b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.11.0
17+
rev: v0.11.2
1818
hooks:
1919
# Run the linter.
2020
- id: ruff
@@ -41,6 +41,6 @@ repos:
4141

4242
# Format Snakemake rule / workflow files
4343
- repo: https://github.com/snakemake/snakefmt
44-
rev: v0.10.2
44+
rev: v0.11.0
4545
hooks:
4646
- id: snakefmt

0 commit comments

Comments
 (0)