Skip to content

Commit 5c7c94d

Browse files
[pre-commit.ci] pre-commit autoupdate (#203)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.12.4](astral-sh/ruff-pre-commit@v0.12.3...v0.12.4) - [github.com/DanielNoord/pydocstringformatter: v0.7.3 → v0.7.5](DanielNoord/pydocstringformatter@v0.7.3...v0.7.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent faac8aa commit 5c7c94d

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
@@ -55,15 +55,15 @@ repos:
5555

5656
# Ruff, the Python auto-correcting linter/formatter written in Rust
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.12.3
58+
rev: v0.12.4
5959
hooks:
6060
- id: ruff
6161
args: ["--fix", "--show-fixes"]
6262
- id: ruff-format
6363

6464
# Format docstrings
6565
- repo: https://github.com/DanielNoord/pydocstringformatter
66-
rev: v0.7.3
66+
rev: v0.7.5
6767
hooks:
6868
- id: pydocstringformatter
6969
args: ["--style=numpydoc"]

0 commit comments

Comments
 (0)