Skip to content

Commit 16f988e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1)
1 parent c21ac9a commit 16f988e

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.9.1
12+
rev: 23.10.1
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.5.1
21+
rev: v1.6.1
2222
hooks:
2323
- id: mypy
2424
exclude: ^tests/.*

0 commit comments

Comments
 (0)