Skip to content

Commit b4fec1c

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#2386)
* Update pre-commit hooks: - github.com/psf/black-pre-commit-mirror: 23.10.1 → 23.11.0 - github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.1
1 parent 8b722c7 commit b4fec1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
args: ["--fix", "--show-fixes"]
4242

4343
- repo: https://github.com/psf/black-pre-commit-mirror
44-
rev: 23.10.1
44+
rev: 23.11.0
4545
hooks:
4646
- id: black-jupyter
4747
types_or: [python, pyi, jupyter]
@@ -50,10 +50,10 @@ repos:
5050
rev: 1.16.0
5151
hooks:
5252
- id: blacken-docs
53-
additional_dependencies: [black==23.10.1]
53+
additional_dependencies: [black==23.11.0]
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.6.1
56+
rev: v1.7.1
5757
# check the oldest and newest supported Pythons
5858
hooks:
5959
- &mypy

0 commit comments

Comments
 (0)