Skip to content

Commit b0f6ec1

Browse files
[pre-commit.ci] pre-commit autoupdate (#34)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 586469f commit b0f6ec1

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
@@ -36,19 +36,19 @@ repos:
3636
- id: black
3737

3838
- repo: https://github.com/PyCQA/flake8
39-
rev: 3.9.2
39+
rev: 4.0.1
4040
hooks:
4141
- id: flake8
4242
additional_dependencies: [flake8-bugbear==21.3.1]
4343

4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v0.910
45+
rev: v0.910-1
4646
hooks:
4747
- id: mypy
4848
additional_dependencies: []
4949

5050
- repo: https://github.com/asottile/setup-cfg-fmt
51-
rev: v1.17.0
51+
rev: v1.18.0
5252
hooks:
5353
- id: setup-cfg-fmt
5454

0 commit comments

Comments
 (0)