Skip to content

Commit 6ea9526

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 23.12.1](psf/black@23.10.1...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.8.0](pre-commit/mirrors-mypy@v1.6.1...v1.8.0)
1 parent 75ee61f commit 6ea9526

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
@@ -10,7 +10,7 @@ repos:
1010
args: [-b, main]
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.10.1
13+
rev: 23.12.1
1414
hooks:
1515
- id: black
1616
name: black
@@ -19,7 +19,7 @@ repos:
1919
types: [python]
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.6.1
22+
rev: v1.8.0
2323
hooks:
2424
- id: mypy
2525
exclude: ^docs/conf.py

0 commit comments

Comments
 (0)