Skip to content

Commit e2e5724

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 2462700 commit e2e5724

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
@@ -24,17 +24,17 @@ repos:
2424
- id: isort
2525

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

3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 5.0.2
32+
rev: 5.0.4
3333
hooks:
3434
- id: flake8
3535
additional_dependencies: [flake8-bugbear~=22.7]
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v0.971
38+
rev: v0.982
3939
hooks:
4040
- id: mypy

0 commit comments

Comments
 (0)