Skip to content

Commit c6f36a9

Browse files
[pre-commit.ci] pre-commit autoupdate (#1383)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.13.2](astral-sh/ruff-pre-commit@v0.13.1...v0.13.2) - [github.com/keewis/blackdoc: v0.4.1 → v0.4.2](keewis/blackdoc@v0.4.1...v0.4.2) * Bump blackdoc to 0.4.3 * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philip Chmielowiec <[email protected]>
1 parent 3ca080a commit c6f36a9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 7 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.13.1
17+
rev: v0.13.2
1818
hooks:
1919
- id: ruff
2020
name: lint with ruff
@@ -25,9 +25,3 @@ repos:
2525
- id: ruff-format
2626
name: format with ruff
2727
types_or: [ python, pyi, jupyter ]
28-
29-
- repo: https://github.com/keewis/blackdoc
30-
rev: v0.4.1
31-
hooks:
32-
- id: blackdoc
33-
additional_dependencies: [ "black==24.10.0" ]

0 commit comments

Comments
 (0)