We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53084e1 commit 9be8e22Copy full SHA for 9be8e22
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ exclude: >
16
repos:
17
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v4.2.0
+ rev: v4.3.0
20
hooks:
21
- id: check-json
22
- id: check-yaml
@@ -29,18 +29,18 @@ repos:
29
- id: isort
30
31
- repo: https://github.com/psf/black
32
- rev: 22.3.0
+ rev: 22.6.0
33
34
- id: black
35
36
- - repo: https://gitlab.com/pycqa/flake8
37
- rev: 3.9.2
+ - repo: https://github.com/PyCQA/flake8
+ rev: 4.0.1
38
39
- id: flake8
40
additional_dependencies: [flake8-bugbear==21.3.1]
41
42
- repo: https://github.com/pre-commit/mirrors-mypy
43
- rev: v0.942
+ rev: v0.961
44
45
- id: mypy
46
additional_dependencies: [mdurl]
0 commit comments