Skip to content

Commit c0db661

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) - [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.1.1](pre-commit/mirrors-mypy@v0.991...v1.1.1)
1 parent 6df4751 commit c0db661

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/pycqa/isort
22-
rev: 5.11.4
22+
rev: 5.12.0
2323
hooks:
2424
- id: isort
2525

2626
- repo: https://github.com/psf/black
27-
rev: 22.12.0
27+
rev: 23.3.0
2828
hooks:
2929
- id: black
3030

@@ -35,7 +35,7 @@ repos:
3535
additional_dependencies: [flake8-bugbear~=22.7]
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v0.991
38+
rev: v1.1.1
3939
hooks:
4040
- id: mypy
4141
additional_dependencies: []

0 commit comments

Comments
 (0)