Skip to content

Commit b41b627

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/PyCQA/docformatter: v1.7.5 → v1.7.8-rc1](PyCQA/docformatter@v1.7.5...v1.7.8-rc1) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.12.5](astral-sh/ruff-pre-commit@v0.0.287...v0.12.5)
1 parent f82f93b commit b41b627

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -18,22 +18,22 @@ repos:
1818
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919

2020
- repo: https://github.com/PyCQA/docformatter
21-
rev: v1.7.5
21+
rev: v1.7.8-rc1
2222
hooks:
2323
- id: docformatter
2424
additional_dependencies: [tomli]
2525
args: [--in-place, --wrap-descriptions=120, --wrap-summaries=120]
2626
# --config, ./pyproject.toml
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.9.1
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232
language_version: python3
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.0.287
36+
rev: v0.12.5
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)