Skip to content

Commit bb00839

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/astral-sh/ruff-pre-commit: v0.12.9 → v0.13.1](astral-sh/ruff-pre-commit@v0.12.9...v0.13.1)
1 parent 105edcb commit bb00839

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ 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

@@ -45,7 +45,7 @@ repos:
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.1 # Check for the latest version
4949
hooks:
5050
- id: ruff
5151
args: ["--config=pyproject.toml", "--fix"]

0 commit comments

Comments
 (0)