Skip to content

Commit bac89c6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 23.10.1 → 25.1.0](psf/black@23.10.1...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.16.1](pre-commit/mirrors-mypy@v1.6.1...v1.16.1)
1 parent 75ee61f commit bac89c6

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
@@ -2,15 +2,15 @@ ci:
22
autoupdate_schedule: 'monthly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-toml
99
- id: no-commit-to-branch
1010
args: [-b, main]
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.10.1
13+
rev: 25.1.0
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.6.1
22+
rev: v1.16.1
2323
hooks:
2424
- id: mypy
2525
exclude: ^docs/conf.py

0 commit comments

Comments
 (0)