Skip to content

Commit b4c1e72

Browse files
pre-commit-ci[bot]auvipy
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.7.0](pre-commit/mirrors-mypy@v1.6.0...v1.7.0)
1 parent 1a1ee6c commit b4c1e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
args: ["--py38-plus"]
3030

3131
- repo: https://github.com/psf/black
32-
rev: 23.9.1
32+
rev: 23.11.0
3333
hooks:
3434
- id: black
3535

@@ -46,7 +46,7 @@ repos:
4646
- id: flake8
4747

4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.6.0
49+
rev: v1.7.0
5050
hooks:
5151
- id: mypy
5252
exclude: ^tests/integration/.*/.*$

0 commit comments

Comments
 (0)