Skip to content

Commit db8d4f2

Browse files
[pre-commit.ci] pre-commit autoupdate (mathbunnyru#26)
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](pre-commit/mirrors-mypy@v1.0.1...v1.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c03b266 commit db8d4f2

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
@@ -28,14 +28,14 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black
31-
rev: 23.1.0
31+
rev: 23.3.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.0.1
38+
rev: v1.1.1
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]

0 commit comments

Comments
 (0)