Skip to content

Commit d07c255

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.1](pre-commit/mirrors-mypy@v1.6.1...v1.7.1)
1 parent 39733a9 commit d07c255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
args: [-b, main]
1010

1111
- repo: https://github.com/psf/black
12-
rev: 23.10.1
12+
rev: 23.11.0
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.7.1
2222
hooks:
2323
- id: mypy
2424
exclude: ^tests/.*

0 commit comments

Comments
 (0)