Skip to content

Commit 6327545

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) - [github.com/asottile/reorder-python-imports: v3.15.0 → v3.16.0](asottile/reorder-python-imports@v3.15.0...v3.16.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.19.1](pre-commit/mirrors-mypy@v1.16.0...v1.19.1)
1 parent 333bec8 commit 6327545

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
@@ -1,22 +1,22 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
99
- repo: https://github.com/asottile/reorder-python-imports
10-
rev: v3.15.0
10+
rev: v3.16.0
1111
hooks:
1212
- id: reorder-python-imports
1313
args: ['--py38-plus']
14-
- repo: https://github.com/psf/black
15-
rev: 25.1.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 26.3.1
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.16.0
19+
rev: v1.19.1
2020
hooks:
2121
- id: mypy
2222
additional_dependencies:

0 commit comments

Comments
 (0)