Skip to content

Commit 9b30fb2

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.0 → v0.14.8](astral-sh/ruff-pre-commit@v0.12.0...v0.14.8) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) - [github.com/snakemake/snakefmt: v0.11.0 → v0.11.2](snakemake/snakefmt@v0.11.0...v0.11.2)
1 parent 8b1d8af commit 9b30fb2

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
@@ -8,7 +8,7 @@ exclude: "^LICENSES"
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-merge-conflict
1414
- id: check-added-large-files
@@ -17,7 +17,7 @@ repos:
1717
# Run ruff to lint and format
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: v0.12.0
20+
rev: v0.14.8
2121
hooks:
2222
# Run the linter.
2323
- id: ruff
@@ -38,14 +38,14 @@ repos:
3838

3939
# YAML formatting
4040
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
41-
rev: v2.14.0
41+
rev: v2.15.0
4242
hooks:
4343
- id: pretty-format-yaml
4444
exclude: pinned\.yaml$
4545
args: [--autofix, --indent, "2", --preserve-quotes]
4646

4747
# Format Snakemake rule / workflow files
4848
- repo: https://github.com/snakemake/snakefmt
49-
rev: v0.11.0
49+
rev: v0.11.2
5050
hooks:
5151
- id: snakefmt

0 commit comments

Comments
 (0)