Skip to content

Commit 2f0469e

Browse files
[pre-commit.ci] pre-commit autoupdate
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.9.6 → v0.14.14](astral-sh/ruff-pre-commit@v0.9.6...v0.14.14) - [github.com/snakemake/snakefmt: v0.10.2 → v0.11.3](snakemake/snakefmt@v0.10.2...v0.11.3)
1 parent dd34d21 commit 2f0469e

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
@@ -4,7 +4,7 @@ default_language_version:
44
repos:
55
# Generic 'file quality' testing
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
# Machine-friendliness
1010
- id: trailing-whitespace
@@ -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.14.14
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.3
3636
hooks:
3737
- id: snakefmt
3838

0 commit comments

Comments
 (0)