Skip to content

Commit 40f715a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.12.7](astral-sh/ruff-pre-commit@v0.9.6...v0.12.7) - [github.com/snakemake/snakefmt: v0.10.2 → v0.11.0](snakemake/snakefmt@v0.10.2...v0.11.0)
1 parent 5a6d2fa commit 40f715a

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
@@ -24,15 +24,15 @@ repos:
2424

2525
# Python file formatting
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.9.6
27+
rev: v0.12.7
2828
hooks:
2929
- id: ruff
3030
args: [--fix, --exit-non-zero-on-fix]
3131
- id: ruff-format
3232

3333
# Snakemake file formatting
3434
- repo: https://github.com/snakemake/snakefmt
35-
rev: v0.10.2
35+
rev: v0.11.0
3636
hooks:
3737
- id: snakefmt
3838

0 commit comments

Comments
 (0)