Skip to content

Commit 83dff65

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.12.2 β†’ v0.12.11](astral-sh/ruff-pre-commit@v0.12.2...v0.12.11) - [github.com/snakemake/snakefmt: v0.11.0 β†’ v0.11.1](snakemake/snakefmt@v0.11.0...v0.11.1)
1 parent 0ecc66c commit 83dff65

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.12.2
27+
rev: v0.12.11
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.11.0
35+
rev: v0.11.1
3636
hooks:
3737
- id: snakefmt
3838

0 commit comments

Comments
Β (0)