Skip to content

Commit c21d90d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0) - [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.1](pre-commit/mirrors-mypy@v1.6.1...v1.7.1)
1 parent 09445cc commit c21d90d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ repos:
1717
args: [--py37-plus]
1818

1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.12.0
20+
rev: 5.13.0
2121
hooks:
2222
- id: isort
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.10.1
25+
rev: 23.11.0
2626
hooks:
2727
- id: black
2828

@@ -35,7 +35,7 @@ repos:
3535
- flake8-bugbear
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.6.1
38+
rev: v1.7.1
3939
hooks:
4040
- id: mypy
4141
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)