File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
# - id: autoversion
8
8
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.4 .0
10
+ rev : v4.6 .0
11
11
hooks :
12
12
- id : check-merge-conflict
13
13
- id : check-symlinks
@@ -18,19 +18,19 @@ repos:
18
18
- id : trailing-whitespace
19
19
20
20
- repo : https://github.com/asottile/add-trailing-comma.git
21
- rev : v2.4 .0
21
+ rev : v3.1 .0
22
22
hooks :
23
23
- id : add-trailing-comma
24
24
args :
25
25
- --py36-plus
26
26
27
27
- repo : https://github.com/Lucas-C/pre-commit-hooks.git
28
- rev : v1.5.1
28
+ rev : v1.5.5
29
29
hooks :
30
30
- id : remove-tabs
31
31
32
32
- repo : https://github.com/pre-commit/mirrors-prettier
33
- rev : " v3 .0.0-alpha.9-for-vscode "
33
+ rev : " v4 .0.0-alpha.8 "
34
34
hooks :
35
35
- id : prettier
36
36
# Original hook implementation is flaky due to *several* bugs described
@@ -55,12 +55,12 @@ repos:
55
55
- prettier-plugin-toml
56
56
57
57
- repo : https://github.com/psf/black
58
- rev : 23.3 .0
58
+ rev : 24.8 .0
59
59
hooks :
60
60
- id : black
61
61
62
- - repo : https://github.com/charliermarsh /ruff-pre-commit
63
- rev : " v0.0.263 "
62
+ - repo : https://github.com/astral-sh /ruff-pre-commit
63
+ rev : " v0.6.3 "
64
64
hooks :
65
65
- id : ruff
66
66
args :
78
78
- id : darglint
79
79
80
80
- repo : https://github.com/pycqa/pylint.git
81
- rev : v3.0.0a6
81
+ rev : v3.2.7
82
82
hooks :
83
83
- id : pylint
84
84
args :
90
90
- git+https://github.com/ansible-network/pytest-ansible-network-integration.git
91
91
92
92
- repo : https://github.com/pre-commit/mirrors-mypy.git
93
- rev : v1.2.0
93
+ rev : v1.11.2
94
94
hooks :
95
95
- id : mypy
96
96
additional_dependencies :
You can’t perform that action at this time.
0 commit comments