Skip to content

Commit a2b0925

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.2](keewis/blackdoc@v0.4.1...v0.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.9 → v0.13.2](astral-sh/ruff-pre-commit@v0.12.9...v0.13.2)
1 parent 105edcb commit a2b0925

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2
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.13.2 # Check for the latest version
4949
hooks:
5050
- id: ruff
5151
args: ["--config=pyproject.toml", "--fix"]

0 commit comments

Comments
 (0)