Skip to content

Commit 7a2f0d8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.19.0](pre-commit/mirrors-mypy@v1.16.1...v1.19.0) - [github.com/pycqa/doc8: v1.1.2 → v2.0.0](PyCQA/doc8@v1.1.2...v2.0.0)
1 parent a92cf21 commit 7a2f0d8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111

12-
- repo: https://github.com/psf/black
13-
rev: 25.1.0
12+
- repo: https://github.com/psf/black-pre-commit-mirror
13+
rev: 25.11.0
1414
hooks:
1515
- id: black
1616
args: [--safe, --line-length=100, --preview]
@@ -23,14 +23,14 @@ repos:
2323
- id: docformatter
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.16.1
26+
rev: v1.19.0
2727
hooks:
2828
- id: mypy
2929
additional_dependencies: [types-PyYAML, types-tqdm]
3030

3131
- repo: https://github.com/pycqa/doc8
3232
# doc8 v2.0.0 needs python >= 3.10
33-
rev: v1.1.2
33+
rev: v2.0.0
3434
update: false
3535
hooks:
3636
- id: doc8

0 commit comments

Comments
 (0)