Skip to content

Commit 2186c18

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/docformatter: master → v1.7.5](PyCQA/docformatter@master...v1.7.5) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
1 parent 574661b commit 2186c18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ repos:
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.13.0
2828
hooks:
2929
- id: mypy
3030
additional_dependencies: [

0 commit comments

Comments
 (0)