Skip to content

Commit 95767a4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 23.10.1 → 24.4.2](psf/black@23.10.1...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.10.0](pre-commit/mirrors-mypy@v1.6.1...v1.10.0)
1 parent 39733a9 commit 95767a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ ci:
22
autoupdate_schedule: 'monthly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: no-commit-to-branch
99
args: [-b, main]
1010

1111
- repo: https://github.com/psf/black
12-
rev: 23.10.1
12+
rev: 24.4.2
1313
hooks:
1414
- id: black
1515
name: black
@@ -18,7 +18,7 @@ repos:
1818
types: [python]
1919

2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.6.1
21+
rev: v1.10.0
2222
hooks:
2323
- id: mypy
2424
exclude: ^tests/.*

0 commit comments

Comments
 (0)