Skip to content

Commit a7f2919

Browse files
[pre-commit.ci] pre-commit autoupdate (#1175)
updates: - [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7c39c75 commit a7f2919

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
@@ -50,7 +50,7 @@ repos:
5050
- id: rst-inline-touching-normal
5151

5252
- repo: https://github.com/psf/black
53-
rev: 23.12.0
53+
rev: 23.12.1
5454
hooks:
5555
- id: black
5656
args: [--config=pyproject.toml]
@@ -79,7 +79,7 @@ repos:
7979
args: [--py38-plus, --add-import, from __future__ import annotations]
8080

8181
- repo: https://github.com/pre-commit/mirrors-mypy
82-
rev: v1.7.1
82+
rev: v1.8.0
8383
hooks:
8484
- id: mypy
8585
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)