Skip to content

Commit 234a6d8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 26.3.1](psf/black-pre-commit-mirror@24.4.2...26.3.1) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.20.2](pre-commit/mirrors-mypy@v1.10.0...v1.20.2)
1 parent 3063f9e commit 234a6d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ ci:
22
autoupdate_schedule: 'monthly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-toml
99
- id: no-commit-to-branch
1010
args: [-b, main]
1111

12-
- repo: https://github.com/psf/black
13-
rev: 24.4.2
12+
- repo: https://github.com/psf/black-pre-commit-mirror
13+
rev: 26.3.1
1414
hooks:
1515
- id: black
1616
name: black
@@ -19,7 +19,7 @@ repos:
1919
types: [python]
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.10.0
22+
rev: v1.20.2
2323
hooks:
2424
- id: mypy
2525
exclude: ^docs/conf.py

0 commit comments

Comments
 (0)