This repository was archived by the owner on Jul 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +46
-33
lines changed Expand file tree Collapse file tree 2 files changed +46
-33
lines changed Original file line number Diff line number Diff line change 1
1
- repo : local
2
2
hooks :
3
- - id : licensing
4
- name : licensing
5
- entry : license-files
6
- language : python
7
- types : [file]
8
- require_serial : true
9
- verbose : true
3
+ - id : assertnews
4
+ name : news file
5
+ entry : assert-news -l
6
+ language : python
7
+ types : [file]
8
+ require_serial : true
9
+ verbose : true
10
+ always_run : true
11
+ pass_filenames : false
10
12
11
- - id : black
12
- name : black
13
- entry : black
14
- language : python
15
- types : [python]
16
- require_serial : true
13
+ - id : licensing
14
+ name : licensing
15
+ entry : license-files
16
+ language : python
17
+ types : [file]
18
+ require_serial : true
19
+ always_run : true
20
+ verbose : true
21
+ pass_filenames : false
17
22
18
- - id : flake8
19
- name : flake8
20
- entry : flake8
21
- language : python
22
- types : [python]
23
- require_serial : true
23
+ - id : black
24
+ name : black
25
+ entry : black
26
+ language : python
27
+ types : [python]
28
+ require_serial : true
24
29
25
- - id : mypy
26
- name : mypy
27
- entry : mypy -p mbed_tools_lib
28
- language : python
29
- types : [python]
30
- require_serial : true
31
- pass_filenames : false
30
+ - id : flake8
31
+ name : flake8
32
+ entry : flake8
33
+ language : python
34
+ types : [python]
35
+ require_serial : true
32
36
33
- - id : pytest
34
- name : pytest
35
- entry : pytest -vvv
36
- language : python
37
- types : [python]
38
- pass_filenames : false
39
- always_run : true
37
+ - id : mypy
38
+ name : mypy
39
+ entry : mypy -p mbed_tools_lib
40
+ language : python
41
+ types : [python]
42
+ require_serial : true
43
+ pass_filenames : false
44
+
45
+ - id : pytest
46
+ name : pytest
47
+ entry : pytest -vvv
48
+ language : python
49
+ types : [python]
50
+ pass_filenames : false
51
+ always_run : true
40
52
Original file line number Diff line number Diff line change
1
+ Fixed pre-commit configuration
You can’t perform that action at this time.
0 commit comments