Skip to content

Commit 8bbd19e

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.15.9](astral-sh/ruff-pre-commit@v0.9.6...v0.15.9) - [github.com/snakemake/snakefmt: v0.10.2 → v1.0.0](snakemake/snakefmt@v0.10.2...v1.0.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent dd34d21 commit 8bbd19e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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,21 +24,21 @@ repos:
2424

2525
# Python file formatting
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.9.6
27+
rev: v0.15.9
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: v1.0.0
3636
hooks:
3737
- id: snakefmt
3838

3939
# Spelling
4040
- repo: https://github.com/codespell-project/codespell
41-
rev: v2.4.1
41+
rev: v2.4.2
4242
hooks:
4343
- id: codespell
4444
files: .*\.(py|smk|md)$|^Snakefile$

0 commit comments

Comments
 (0)