Skip to content

Commit a672aa5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/snakemake/snakefmt: v0.11.3 → v1.1.0](snakemake/snakefmt@v0.11.3...v1.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.0...v0.15.12)
1 parent 338af99 commit a672aa5

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.3
38+
rev: v1.1.0
3939
hooks:
4040
- id: snakefmt
4141

@@ -47,7 +47,7 @@ repos:
4747
# - black==23.12.1
4848

4949
- repo: https://github.com/astral-sh/ruff-pre-commit
50-
rev: v0.15.0 # Check for the latest version
50+
rev: v0.15.12 # Check for the latest version
5151
hooks:
5252
- id: ruff
5353
args: ["--config=pyproject.toml", "--fix"]

0 commit comments

Comments
 (0)