Skip to content

Commit c4ddce9

Browse files
[pre-commit.ci] pre-commit autoupdate (#188)
updates: - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f04d3c2 commit c4ddce9

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
@@ -14,7 +14,7 @@ repos:
1414
- id: reorder-python-imports
1515
args: ['--application-directories=.:src', --py3-plus]
1616
- repo: https://github.com/psf/black
17-
rev: 23.11.0
17+
rev: 23.12.1
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/PyCQA/flake8
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: autoflake
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.7.1
38+
rev: v1.8.0
3939
hooks:
4040
- id: mypy
4141
files: ^(src/|tests/)

0 commit comments

Comments
 (0)