Skip to content

Commit 06bef13

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma: v3.2.0 → v4.0.0](asottile/add-trailing-comma@v3.2.0...v4.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/snakemake/snakefmt: v0.11.0 → v0.11.2](snakemake/snakefmt@v0.11.0...v0.11.2) - [github.com/keewis/blackdoc: v0.4.1 → v0.4.6](keewis/blackdoc@v0.4.1...v0.4.6) - [github.com/astral-sh/ruff-pre-commit: v0.12.9 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.9...v0.14.10)
1 parent 105edcb commit 06bef13

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
args: [--autofix, --indent, "2", --preserve-quotes]
1919

2020
- repo: https://github.com/asottile/add-trailing-comma
21-
rev: v3.2.0
21+
rev: v4.0.0
2222
hooks:
2323
- id: add-trailing-comma
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.20.0
26+
rev: v3.21.2
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py39-plus]
@@ -35,17 +35,17 @@ repos:
3535
exclude: examples/solve-on-remote.ipynb
3636

3737
- repo: https://github.com/snakemake/snakefmt
38-
rev: v0.11.0
38+
rev: v0.11.2
3939
hooks:
4040
- id: snakefmt
4141

4242
- repo: https://github.com/keewis/blackdoc
43-
rev: v0.4.1
43+
rev: v0.4.6
4444
hooks:
4545
- id: blackdoc
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.12.9 # Check for the latest version
48+
rev: v0.14.10 # Check for the latest version
4949
hooks:
5050
- id: ruff
5151
args: ["--config=pyproject.toml", "--fix"]

0 commit comments

Comments
 (0)