Skip to content

Commit 13be30e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0) - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](PyCQA/flake8@5.0.2...5.0.4) - [github.com/pre-commit/mirrors-mypy: v0.971 → v0.982](pre-commit/mirrors-mypy@v0.971...v0.982)
1 parent 9f642d0 commit 13be30e

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
@@ -29,18 +29,18 @@ repos:
2929
- id: isort
3030

3131
- repo: https://github.com/psf/black
32-
rev: 22.6.0
32+
rev: 22.10.0
3333
hooks:
3434
- id: black
3535

3636
- repo: https://github.com/PyCQA/flake8
37-
rev: 5.0.2
37+
rev: 5.0.4
3838
hooks:
3939
- id: flake8
4040
additional_dependencies: [flake8-bugbear~=22.7]
4141

4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v0.971
43+
rev: v0.982
4444
hooks:
4545
- id: mypy
4646
additional_dependencies: [mdurl]

0 commit comments

Comments
 (0)