Skip to content

Commit b917d22

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0)
1 parent fdd4f03 commit b917d22

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
@@ -12,7 +12,7 @@ repos:
1212
- id: reorder-python-imports
1313

1414
- repo: https://github.com/psf/black
15-
rev: '23.10.1'
15+
rev: '23.11.0'
1616
hooks:
1717
- id: black
1818
args:
@@ -27,7 +27,7 @@ repos:
2727
args: ["--py38-plus"]
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: 'v1.6.1'
30+
rev: 'v1.7.0'
3131
hooks:
3232
- id: mypy
3333
args:

0 commit comments

Comments
 (0)