Commit 6b9dfa9 1 parent 19d388b commit 6b9dfa9 Copy full SHA for 6b9dfa9
File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3
3
"projectOwner" : " bluetooth-devices" ,
4
4
"repoType" : " github" ,
5
5
"repoHost" : " https://github.com" ,
6
- "files" : [
7
- " README.md"
8
- ],
6
+ "files" : [" README.md" ],
9
7
"imageSize" : 80 ,
10
8
"commit" : true ,
11
9
"commitConvention" : " angular" ,
Original file line number Diff line number Diff line change 9
9
10
10
repos :
11
11
- repo : https://github.com/commitizen-tools/commitizen
12
- rev : v2.32.2
12
+ rev : v3.27.0
13
13
hooks :
14
14
- id : commitizen
15
15
stages : [commit-msg]
16
16
- repo : https://github.com/pre-commit/pre-commit-hooks
17
- rev : v4.3 .0
17
+ rev : v4.6 .0
18
18
hooks :
19
19
- id : debug-statements
20
20
- id : check-builtin-literals
@@ -29,38 +29,38 @@ repos:
29
29
- id : trailing-whitespace
30
30
- id : debug-statements
31
31
- repo : https://github.com/pre-commit/mirrors-prettier
32
- rev : v2.7.1
32
+ rev : v4.0.0-alpha.8
33
33
hooks :
34
34
- id : prettier
35
35
args : ["--tab-width", "2"]
36
36
- repo : https://github.com/asottile/pyupgrade
37
- rev : v2.37.3
37
+ rev : v3.16.0
38
38
hooks :
39
39
- id : pyupgrade
40
40
args : [--py37-plus]
41
41
- repo : https://github.com/PyCQA/isort
42
- rev : 5.12.0
42
+ rev : 5.13.2
43
43
hooks :
44
44
- id : isort
45
45
- repo : https://github.com/psf/black
46
- rev : 22.6.0
46
+ rev : 24.4.2
47
47
hooks :
48
48
- id : black
49
49
- repo : https://github.com/codespell-project/codespell
50
- rev : v2.2.1
50
+ rev : v2.3.0
51
51
hooks :
52
52
- id : codespell
53
53
- repo : https://github.com/PyCQA/flake8
54
- rev : 5.0.4
54
+ rev : 7.1.0
55
55
hooks :
56
56
- id : flake8
57
57
- repo : https://github.com/pre-commit/mirrors-mypy
58
- rev : v0.931
58
+ rev : v1.10.1
59
59
hooks :
60
60
- id : mypy
61
61
additional_dependencies : []
62
62
- repo : https://github.com/PyCQA/bandit
63
- rev : 1.7.4
63
+ rev : 1.7.9
64
64
hooks :
65
65
- id : bandit
66
66
args : [-x, tests]
Original file line number Diff line number Diff line change 1
1
"""Parser for ThermoPro BLE advertisements."""
2
+
2
3
from __future__ import annotations
3
4
4
5
from sensor_state_data import (
Original file line number Diff line number Diff line change 5
5
6
6
MIT License applies.
7
7
"""
8
+
8
9
from __future__ import annotations
9
10
10
11
import logging
You can’t perform that action at this time.
0 commit comments