This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Commit b8e704a 1 parent f41c616 commit b8e704a Copy full SHA for b8e704a
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3 .0
5
+ rev : v4.5 .0
6
6
hooks :
7
7
- id : check-ast
8
8
- id : check-builtin-literals
18
18
- id : check-vcs-permalinks
19
19
- id : check-shebang-scripts-are-executable
20
20
- repo : https://github.com/pre-commit/pygrep-hooks
21
- rev : v1.9 .0
21
+ rev : v1.10 .0
22
22
hooks :
23
23
- id : python-check-mock-methods
24
24
- id : python-no-eval
@@ -27,28 +27,28 @@ repos:
27
27
- id : rst-directive-colons
28
28
- id : rst-inline-touching-normal
29
29
- repo : https://github.com/asottile/blacken-docs
30
- rev : v1.12.1
30
+ rev : 1.16.0
31
31
hooks :
32
32
- id : blacken-docs
33
33
additional_dependencies : [ black==21.5b1 ]
34
34
- repo : https://github.com/psf/black
35
- rev : 22.3.0
35
+ rev : 24.1.1
36
36
hooks :
37
37
- id : black
38
38
- repo : https://github.com/PyCQA/isort
39
- rev : 5.12.0
39
+ rev : 5.13.2
40
40
hooks :
41
41
- id : isort
42
42
- repo : https://github.com/asottile/yesqa
43
- rev : v1.3 .0
43
+ rev : v1.5 .0
44
44
hooks :
45
45
- id : yesqa
46
46
- repo : https://github.com/PyCQA/flake8
47
- rev : 4 .0.1
47
+ rev : 7 .0.0
48
48
hooks :
49
49
- id : flake8
50
50
- repo : https://github.com/pre-commit/mirrors-mypy
51
- rev : v0.961
51
+ rev : v1.8.0
52
52
hooks :
53
53
- id : mypy
54
54
# This path contains a module with duplicate name so needs to be excluded.
You can’t perform that action at this time.
0 commit comments