Skip to content

Commit 61ff40a

Browse files
[pre-commit.ci] pre-commit autoupdate (#1312)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.1](astral-sh/ruff-pre-commit@v0.12.0...v0.12.1) - [github.com/keewis/blackdoc: v0.4.0 → v0.4.1](keewis/blackdoc@v0.4.0...v0.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9af3d8a commit 61ff40a

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
@@ -14,7 +14,7 @@ repos:
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
# Ruff version.
17-
rev: v0.12.0
17+
rev: v0.12.1
1818
hooks:
1919
- id: ruff
2020
name: lint with ruff
@@ -27,7 +27,7 @@ repos:
2727
types_or: [ python, pyi, jupyter ]
2828

2929
- repo: https://github.com/keewis/blackdoc
30-
rev: v0.4.0
30+
rev: v0.4.1
3131
hooks:
3232
- id: blackdoc
3333
additional_dependencies: [ "black==24.10.0" ]

0 commit comments

Comments
 (0)