File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
autofix_commit_msg : " chore(pre-commit): autofix run"
3
3
autoupdate_commit_msg : " chore(pre-commit): autoupdate hooks"
4
4
5
+ default_install_hook_types :
6
+ - pre-commit
7
+ - commit-msg
8
+
5
9
repos :
6
10
- repo : https://github.com/compilerla/conventional-pre-commit
7
- rev : v2.3 .0
11
+ rev : v3.6 .0
8
12
hooks :
9
13
- id : conventional-pre-commit
10
14
stages : [commit-msg]
11
15
12
16
- repo : https://github.com/pre-commit/pre-commit-hooks
13
- rev : v4.4 .0
17
+ rev : v5.0 .0
14
18
hooks :
15
19
- id : trailing-whitespace
16
20
- id : mixed-line-ending
@@ -20,21 +24,21 @@ repos:
20
24
- id : check-added-large-files
21
25
22
26
- repo : https://github.com/psf/black
23
- rev : 23.7 .0
27
+ rev : 24.10 .0
24
28
hooks :
25
29
- id : black
26
30
types :
27
31
- python
28
32
29
33
- repo : https://github.com/PyCQA/flake8
30
- rev : 6 .1.0
34
+ rev : 7 .1.1
31
35
hooks :
32
36
- id : flake8
33
37
types :
34
38
- python
35
39
36
40
- repo : https://github.com/pycqa/bandit
37
- rev : 1.7.5
41
+ rev : 1.7.10
38
42
hooks :
39
43
- id : bandit
40
44
args : ["-ll"]
Original file line number Diff line number Diff line change 10
10
"editor.defaultFormatter" : " ms-python.black-formatter"
11
11
},
12
12
"python.languageServer" : " Pylance" ,
13
- "python.testing.pytestArgs" : [" tests" ],
13
+ "python.testing.pytestArgs" : [" -m not e2e " , " tests" ],
14
14
"python.testing.pytestEnabled" : true ,
15
15
"python.testing.unittestEnabled" : false
16
16
}
You can’t perform that action at this time.
0 commit comments