Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit fd34026

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](pre-commit/mirrors-mypy@v0.961...v0.971)
1 parent ce9464d commit fd34026

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
@@ -32,7 +32,7 @@ repos:
3232
- id: blacken-docs
3333
additional_dependencies: [ black==21.5b1 ]
3434
- repo: https://github.com/psf/black
35-
rev: 22.3.0
35+
rev: 22.6.0
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/PyCQA/isort
@@ -48,7 +48,7 @@ repos:
4848
hooks:
4949
- id: flake8
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v0.961
51+
rev: v0.971
5252
hooks:
5353
- id: mypy
5454
# This path contains a module with duplicate name so needs to be excluded.

0 commit comments

Comments
 (0)