Skip to content

Commit bc39ce8

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: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent 153ffa7 commit bc39ce8

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: check-case-conflict
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/psf/black
18-
rev: 24.1.1
18+
rev: 24.3.0
1919
hooks:
2020
- id: black
2121
args: ["--line-length", "100"]
@@ -49,7 +49,7 @@ repos:
4949
- id: rst-inline-touching-normal
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: "v1.8.0"
52+
rev: "v1.9.0"
5353
hooks:
5454
- id: mypy
5555
files: duetector

0 commit comments

Comments
 (0)