Skip to content

Commit 2814fa6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.8](astral-sh/ruff-pre-commit@v0.13.3...v0.14.8) - [github.com/LilSpazJoekp/docstrfmt: v1.11.1 → v2.0.0](LilSpazJoekp/docstrfmt@v1.11.1...v2.0.0)
1 parent 7882467 commit 2814fa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ci:
1313
repos:
1414
# Python hooks
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.13.3
16+
rev: v0.14.8
1717
hooks:
1818
- id: ruff-check
1919
args: [--fix]
@@ -31,7 +31,7 @@ repos:
3131

3232
# RestructuredText hooks
3333
- repo: https://github.com/LilSpazJoekp/docstrfmt
34-
rev: v1.11.1
34+
rev: v2.0.0
3535
hooks:
3636
- id: docstrfmt
3737
language_version: python3

0 commit comments

Comments
 (0)