Skip to content

Commit 9be8e22

Browse files
[pre-commit.ci] pre-commit autoupdate (#215)
1 parent 53084e1 commit 9be8e22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude: >
1616
repos:
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.2.0
19+
rev: v4.3.0
2020
hooks:
2121
- id: check-json
2222
- id: check-yaml
@@ -29,18 +29,18 @@ repos:
2929
- id: isort
3030

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

36-
- repo: https://gitlab.com/pycqa/flake8
37-
rev: 3.9.2
36+
- repo: https://github.com/PyCQA/flake8
37+
rev: 4.0.1
3838
hooks:
3939
- id: flake8
4040
additional_dependencies: [flake8-bugbear==21.3.1]
4141

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

0 commit comments

Comments
 (0)