Skip to content

Commit 3189291

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/docformatter: v1.7.5 → v1.7.7](PyCQA/docformatter@v1.7.5...v1.7.7) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent 8a446fc commit 3189291

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
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
# - id: double-quote-string-fixer # for single quotes: uncomment and add black config “skip-string-normalization”
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- repo: https://github.com/PyCQA/docformatter
9-
rev: v1.7.5
9+
rev: v1.7.7
1010
hooks:
1111
- id: docformatter
1212
args: ["--in-place", "--wrap-summaries=100", "--wrap-descriptions=100", "--config=./pyproject.toml"]
1313
- repo: https://github.com/psf/black
14-
rev: 24.8.0
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.13.2
18+
rev: 6.0.1
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/csachs/pyproject-flake8

0 commit comments

Comments
 (0)