Skip to content

Commit 3d7f0c5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/docformatter: master → v1.7.5](PyCQA/docformatter@master...v1.7.5) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1)
1 parent 165b533 commit 3d7f0c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ repos:
1010
- id: check-added-large-files
1111

1212
- repo: https://github.com/psf/black
13-
rev: 24.10.0
13+
rev: 25.1.0
1414
hooks:
1515
- id: black
1616
args: [--safe, --line-length=100, --preview]
1717
language_version: python3
1818

1919
- repo: https://github.com/pycqa/docformatter
20-
rev: master
20+
rev: v1.7.5
2121
hooks:
2222
- id: docformatter
2323
additional_dependencies: [tomli]
2424
args: [--config, pyproject.toml]
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.11.2
27+
rev: v1.14.1
2828
hooks:
2929
- id: mypy
3030
additional_dependencies: [

0 commit comments

Comments
 (0)